Keyboard shortcuts. Debugger

Action

Keyboard Shortcut

Start/Resume Debugging

F5

Restart application to debug

Ctrl + Shift + F5

End debug

Shift + F5

Step In

F11

Step Over

F10

Step Out

Shift + F11

Go to Cursor

Shift + F10

Set/clear breakpoint

F9

Toggle breakpoint On/Off

Ctrl + Shift + F9

List of breakpoints

Alt + F9

Calculate expression

Shift + F9

Open immediate window

Ctrl + Alt + W

Open call stack

Ctrl + Alt + C

1C:Enterprise Developer's Community