Printable shortcut cheat sheet.
Commands | Keyboard shortcuts [Special contexts] | Command ID |
---|---|---|
Break at function | Ctrl+B | Debug.BreakatFunction |
Break all | Ctrl+Alt+Break | Debug.BreakAll |
Delete all breakpoints | Ctrl+Shift+F9 | Debug.DeleteAllBreakpoints |
Exceptions | Ctrl+Alt+E | Debug.Exceptions |
Quick watch | Ctrl+Alt+Q or Shift+F9 | Debug.QuickWatch |
Restart | Ctrl+Shift+F5 | Debug.Restart |
Run to cursor | Ctrl+F10 | Debug.RunToCursor |
Set next statement | Ctrl+Shift+F10 | Debug.SetNextStatement |
Start | F5 | Debug.Start |
Start without debugging | Ctrl+F5 | Debug.StartWithoutDebugging |
Step into | F11 | Debug.StepInto |
Step out | Shift+F11 | Debug.StepOut |
Step over | F10 | Debug.StepOver |
Stop debugging | Shift+F5 | Debug.StopDebugging |
Toggle breakpoint | F9 | Debug.ToggleBreakpoint |