问题
In Visual Studio when I'm debugging a project if I go in to code that's a reference to the project VS will try to find the reference's source code and symbols so that you can step through the code. How do I so this in MonoDevelop on OSX when trying to debug a MonoMac application?
回答1:
In preferences under the MonoDevelop menu there is a settings section called "Debugger". In there is a settings called "Debug project code only; do not set into framework code" Unchecking that will tell MonoDevelop to go to other assemblies if it has the debug
来源:https://stackoverflow.com/questions/14761946/debug-references-code-in-monodevelop