Sources Panel
Shortcut | Action |
---|---|
Ctrl \ |
Pause script execution (if running), or resume (if paused) |
Ctrl ' |
Step over next function call |
Ctrl ; |
Step into next function call |
Ctrl Shift ; |
Step out of current function |
Ctrl ./, |
Select the call frame below or above the currently-selected frame |
Ctrl S |
Save changes to local modifications |
Ctrl Alt S |
Save all changes |
Ctrl G |
Go to line |
Alt W |
Close the active tab |
Comments
Related