vote up 0 vote down star
1

Is there a shortcut to cycle through my breakpoints? I often lose track of the breakpoints when debugging a project. When I finish working with one bug, I have to reset my breakpoints for a new bug that I am about to solve. It would be handy to have a keystroke that would allow me to cycle through the breakpoints and disable ones I don't need and keep the ones I need.

flag

0% accept rate

3 Answers

vote up 0 vote down

I don't believe you can.

You can display a list of all breakpoints and jump to them using the breakpoint view (Debug / Windows / Breakpoints).

You may also be able to write a macro to do it if you want.

link|flag
vote up 3 vote down

You can always open the breakpoints window (CTRL+ALT+B) to go over them...

link|flag
1  
+1, this is what I do.. – Simeon Pilgrim Jun 3 at 17:16
vote up 0 vote down

I don't think there is a built in way of doing this. However you might want to take a look at this question. You can probably save the breakpoints for one bug and load it whenever you want it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.