What is the shortcut to skip all break-points in VS?

pencilCake picture pencilCake · Dec 2, 2009 · Viewed 31k times · Source

When I am at a breakpoint and if I want to ignore all the rest of breakpoints and move on, what shortcut should I use?

Answer

Matt picture Matt · Dec 2, 2009

You can select "Disable All Breakpoints" from the Debug menu.

This and then continue with F5.

You could set this up as a keyboard shortcut under Tools/Options/Keyboard.