Click to See Complete Forum and Search --> : How to disable debug break point


Will Rothwell
April 29th, 1999, 04:23 AM
Hi,

I use break points (F9) for debugging in VC5.0. They are great but the point is can someone tell me how to disable/take off ALL the break points I set in the source in ONE go. I can do that for bookmarks but I can't find the command for break point.

Thanks,
Will

April 29th, 1999, 04:32 AM
Control+Shift+F9 - will remove all the break points in the program.