I’ve been working on something for quite a while, and during this time I’ve had to move my project between computers and I think this has somehow caused my breakpoints to become corrupt.
I can’t seem to delete breakpoints. If I right-click the breakpoint and click delete, it disappears on the screen, but comes back the next time I debug.
Where does VC# store breakpoints? It doesn’t seem to be in my project folder as far as I can see…
I’ve tried deleting the PDB files too but that has no effect.
Found the solution. You have to enable hidden files/folders in Windows Explorer and delete the .suo file in VS Projects Folder\Your Project.
@Rob Delete All Breakpoints is not available in the Express versions.