Debugger Shortcut Key Category

The following table lists the JADE default debugger shortcut key bindings.

Default key bindings are indicated by the Window background color, which defaults to white. User‑created key bindings are indicated by the versioned background color, which defaults to light green. (The (alt) value indicates an alternative shortcut that performs the same action.)

Keystroke Action Description
F9 Continue Debug Continues code execution without interaction with the debugger
Ctrl+I Inspect Displays the Inspect Variable dialog
Ctrl+F8 Run To Caret Executes code up to the line containing the caret
Shift+F11 Run To Caret (alt) Executes code up to the line containing the caret
Shift+F8 Run To Return Executes code until the current function returns to its call
Shift+F10 Run To Return (alt) Executes code until the current function returns to its call
F7 Step Into If the next instruction in the current line of code is a method call, displays the method and enables you to step through that method
F11 Step Into (alt) If the next instruction in the current line of code is a method call, displays the method and enables you to step through that method
F8 Step Over Executes the current line of code
F10 Step Over (alt) Executes the current line of code
F5 Toggle Breakpoint Sets or unsets a breakpoint on the line of code where the caret is positioned

2018.0.01 and higher

For details about changing shortcut keys, see "Maintaining Shortcut Keys", earlier in this chapter. See also: