且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio拒绝忘记断点?

更新时间:2023-02-27 13:15:55

转到调试菜单,然后删除所有断点 Ctrl + Shift + F9


Visual Studio remembers breakpoints from previous debugging sessions, which is awesome.

However, when I'm debugging, and I clear one of these "old" breakpoints by clicking on it, it's only temporarily deleted. What I mean is the next time I debug, the breakpoint that I thought I removed is back.

This is super annoying--is there a setting to make it not do this?

go to Debug menu then Delete All Breakpoints Ctrl+Shift+F9