This section summarizes the keyboard shortcuts for the WinDbg debugger.
All of the ribbon menu options are available using the Alt + the first letter of the option. For example Alt + H to go to the home menu, Alt + H + S to stop debugging.
Flow control
Keystroke
Description
F5
Continue
F10
Step over
F11
Step Into
Shift+F11
Step out
F7
Run to line
Ctrl+Shift+I
Set instruction pointer to highlighted line
Ctrl+Break or Alt+Del
Break
Ctrl+Shift+F5
Restart
Shift+F5
Stop debugging
Alt+H,D
Detach
Setup
Keystroke
Description
F6
Attach to process
Ctrl+R
Connect to remote
Ctrl+D
Open dump file
Ctrl+K
Attach to kernel debugger
Ctrl+E
Launch process
Ctrl+P
Launch app package
Breakpoints
Keystroke
Description
F9
Toggle breakpoint on highlighted line
Ctrl + F9
Toggle breakpoint enabled state on highlighted line