Collections:
Other Resources:
Manage a Debugging Session in Windows PowerShell ISE
How to manage a Debugging Session in Windows PowerShell ISE?
✍: FYIcenter.com
To start debugging -
Press F5 or, on the toolbar, click the Run Script icon, or on the
Debug menu click Run\/Continue. The script runs until it encounters
the first breakpoint. It pauses operation there and highlights the
line on which it paused.
To continue debugging - Press F5 or, on the toolbar, click the Run Script icon, or on the Debug menu, click Run\/Continue or, in the Console Pane, type C and then press ENTER. This causes the script to continue running to the next breakpoint or to the end of the script if no further breakpoints are encountered.
To stop debugging - Press SHIFT-F5 or, on the Debug menu, click Stop Debugger, or, in the Console Pane, type Q and then press ENTER.
To Step Into - Executes the current statement and then stops at the next statement. If the current statement is a function or script call, then the debugger steps into that function or script, otherwise it stops at the next statement. Press F11 or, on the Debug menu, click Step Into, or in the Console Pane, type S and press ENTER.
To Step Over - Executes the current statement and then stops at the next statement. If the current statement is a function or script call then the debugger executes the whole function or script, and it stops at the next statement after the function call. Press F10 or, on the Debug menu, click Step Over, or in the Console Pane, type V and press ENTER.
To Step Out - Steps out of the current function and up one level if the function is nested. If in the main body, the script is executed to the end, or to the next breakpoint. The skipped statements are executed, but not stepped through. Press SHIFT+F11, or on the Debug menu, click Step Out, or in the Console Pane, type O and press ENTER.
⇒ Debugging Variables in Windows PowerShell ISE
⇐ Manage Breakpoints in Windows PowerShell ISE
2016-10-04, ∼4283🔥, 0💬
Popular Posts:
What is "Human Interface Device Access" in my Windows XP service list? And how is "Human Interface D...
How to remove QLBCTRL.exe from startup program list? If you want to remove QLBCTRL.exe from the star...
I have several computers. How can I share my Internet Explorer favorites between two computers? Favo...
What is the scheduled task "\G2MUploadTask-S-1-5-21 -..."on my Windows 7 computer? "\G2MUploadTask-S...
How to make text and icon size larger or smaller on my Windows 8 system? The text is too small and h...