Debug reference's code in MonoDevelop

孤人 提交于 2019-12-11 20:35:32

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!