Visual Studio refuses to forget breakpoints?

dan picture dan · May 12, 2011 · Viewed 30.1k times · Source

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?

Answer

jams picture jams · May 12, 2011

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