Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: Cycling through breakpoints

Tags:

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.

like image 518
tsps Avatar asked Jun 03 '09 06:06

tsps


1 Answers

You can always open the breakpoints window (Ctrl + Alt + B) to cycle through them.

like image 168
Dror Avatar answered Jan 10 '23 13:01

Dror