Hi,
When I am at a break-point and if I want to ignore all the rest of break-points and move on, what shortcut should I use?
thanks
Hi,
When I am at a break-point and if I want to ignore all the rest of break-points and move on, what shortcut should I use?
thanks
Well, you can delete all breakpoints using Ctrl+Shift+F9 and you can disable all breakpoints from the ->Debug menu. Disabling breakpoints does not have a shortcut defined, but you define your own in ->Tools->Options menu under Environment->Keyboard. Also Shift+F5 stops debugging altogether.
CTRL-SHIFT-F9 will delete them all.
To disable all breakpoint - either you do it from the menu - or you go to option -> environment -> keyboard
and create a shortcut there
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