Title pretty much sums it up :D So I'm working on MicroFramework(http://netduino.com/hardware/) AddIn for MonoDevelop(https://github.com/DavidKarlas/MonoDevelop.MicroFramework) and I'm working on adding debugging support I'm using Mono.Cecil to load pdb/mdb which so far works great for translating Token->Offset but now I got stuck when I want to place Breakpoint. From MonoDevelop I get source file path, line and column on which breakpoint has to be added. Problem is there is no interface on ISymbolReader like VisualStudio debuggers has GetMethodFromDocumentPosition for more info see http://msdn.microsoft.com/en-us/library/system.diagnostics.symbolstore.symreader.getmethodfromdocumentposition(v=vs.100).aspx.
So am I missing something or this functionality will have to be added to Mono.Cecil? -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
