Deleting all breakpoints?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I'm using VS2005 Express for C#. How do you clear all breakpoints
without having to find them one at a time. In previous versions of the C/C++
IDE I could just use Ctrl+Shift+F9, but that has no effect now in the C#
version. Thanks
 
Hi. I'm using VS2005 Express for C#. How do you clear all breakpoints
without having to find them one at a time.

Not sure about the Express edition, but in the full edition there's a
submenu item "Delete all breakpoints" under the "Debug" menu...
 
Mark Rae said:
Not sure about the Express edition, but in the full edition there's a
submenu item "Delete all breakpoints" under the "Debug" menu...

Thanks Mark, but there's no such item in my Debug menu. I guess that's an
incentive to purchase the full version.
 
Thanks Mark, but there's no such item in my Debug menu. I guess that's
an incentive to purchase the full version.

Have you tried customizing the menu and adding the item? Again, I don't
have an installed Express version any more to look at, but it's possible
the command exists but just isn't on the menu by default.

Pete
 
The help screen says specifically that this function is not available
in any of the express products, except c++.
 
And for the record, there is also no breakpoint window. I spent a
good amount of time trying to find that, too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top