Keyboard shortcuts for debugging scripts

You can use the following keyboard shortcuts when you debug scripts.

Action Keyboard Shortcut Use in
Run/Continue F5 Script Pane, when debugging a script
Step Into F11 Script Pane, when debugging a script
Step Over F10 Script Pane, when debugging a script
Step Out Shift+F11 Script Pane, when debugging a script
Display Call Stack Ctrl+Shift+D Script Pane, when debugging a script
List Breakpoints Ctrl+Shift+L Script Pane, when debugging a script
Toggle Breakpoint F9 Script Pane, when debugging a script
Remove All Breakpoints Ctrl+Shift+F9 Script Pane, when debugging a script
Stop Debugger Shift+F5 Script Pane, when debugging a script

Note:

You can also use the keyboard shortcuts designed for the Windows PowerShell console when you debug scripts in Windows PowerShell ISE. To use these shortcuts, you must type the shortcut in the Command Pane and press Enter.

Action Keyboard Shortcut Use in
Continue C Console Pane, when debugging a script
Step Into S Console Pane, when debugging a script
Step Over V Console Pane, when debugging a script
Step Out O Console Pane, when debugging a script
Repeat Last Command (for Step Into or Step Over) ENTER Console Pane, when debugging a script
Display Call Stack K Console Pane, when debugging a script
Stop Debugging Q Console Pane, when debugging a script
List the Script L Console Pane, when debugging a script
Display Console Debugging Commands H or ? Console Pane, when debugging a script

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset