How to permanently remove a breakpoint in Visual Studio 2005 /2008 (ASP.NET, C#) -


often, when have breakpoint on line in visual studio, program run , stop there. great. click red circle (or press f9) remove it. don't want program keep stopping there. problem next time refresh page breakpoint back! way permanently remove open breakpoints window , remove there. why happen , how can change behavior?

i have noticed these breakpoints keep coming have little plus next them in breakpoints window when click on - open many sub lines of breakpoints. deal that?

thanks, adin

helpful key combo: permanently delete breakpoints, press ctrl + shift + f9.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -