调试器停止时,有没有断点VS2010断点、调试器

2023-09-04 02:37:10 作者:烟瘾

我最近改变了在调试器中的一个选项,我认为这是什么原因造成这个问题,但我似乎无法撤销......我谷歌和所有命中带回来相反'为什么调试器的的没有的停止断点

I recently changed one of the options in the debugger and I think that is what is causing this problem but I can't seem to 'undo' it...I google and all hits come back with the opposite 'why does the debugger not stop on a breakpoint'

反正有人可以提供一些线索?

anyway can someone shed some light?

编辑:当我美元的调试模式P $ PSS F5。每次。它进入的Program.cs并停止对

when I press f5 in debug mode. Everytime. It goes into the Program.cs and stops on

Application.SetCompatibleTextRenderingDefault(false);

主要()

推荐答案

旧线,我知道,但我只是遇到了同样的问题。我所做的只是一个删除所有断点(Ctrl + Shift + F9对我来说),再用干净我的启动项目,接着是重建,然后运行。之后,它停止破坏那里有没有断点。

Old thread I know, But I just encountered the same problem. All I did was a Delete All Breakpoints (Ctrl+Shift+F9 for me), then a Clean on my startup project, followed by a Rebuild, then Run. After that it stopped breaking where there were no breakpoints.

 
精彩推荐
图片推荐