Search code examples
visual-studio-2010breakpoints

Break point persisits in VS 2010 even after removing them


Possible Duplicate:
Possible to delete a breakpoint for good when debugging?

Im using visual studio 2010. While debugging code, i put break point at certain lines. I removed some of them later. But next time when i run debug the same code, those break points reappers and i have to press F5 to skip them . Can anyone tell me why this breakpoint reappear even after disabling them . How can i prevent this?


Solution

  • I had placed the breakpoints before I started debug. Then I removed them while debugging the code which was why its keeps on appearing again and again. Issue got resolved once I remove them after stopping debug.