Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用“运行/开始调试”菜单命令,但无论我做什么都只是启动应用程序而不进行调试。不能中断程序执行,断点永远不会被命中。 任何解释如何正确地做到这一点?
您的解决方案/项目是否在涉及任何符号链接的路径中?如果是,请尝试将其移至规范路径,我已在这些情况下检测到调试器错误。
编辑:哦,我看到你正在使用 Windows。嗯,.NET 调试器在 Windows 中并不是那么好。Monodevelop 更像是 Mac 和 Linux 的 IDE 的替代品,在 Windows 中推荐使用 Visual Studio 或 SharpDevelop。