POWERSHELL : Debugging Trace Code and Step Debugger

Veröffentlicht am: 17 Februar 2022
auf dem Kanal: POWER OF POWERSHELL
265
5

A breakpoint is a designated spot in a script where you would like operation to pause so that you can examine the current state of the variables and the environment in which your script is running. Once your script is paused by a breakpoint, you can run commands in the Console Pane to examine the state of your script. You can output variables or run other commands. You can even modify the value of any variables that are visible to the context of the currently running script. After you have examined what you want to see, you can resume operation of the script.

You can set three types of breakpoints in the Windows PowerShell debugging environment:

Line breakpoint. The script pauses when the designated line is reached during the operation of the script

Variable breakpoint. The script pauses whenever the designated variable's value changes.

Command breakpoint. The script pauses whenever the designated command is about to be run during the operation of the script. It can include parameters to further filter the breakpoint to only the operation you want. The command can also be a function you created.

Of these, in the Windows PowerShell ISE debugging environment, only line breakpoints can be set by using the menu or the keyboard shortcuts. The other two types of breakpoints can be set, but they are set from the Console Pane by using the Set-PSBreakpoint cmdlet. This section describes how you can perform debugging tasks in Windows PowerShell ISE by using the menus where available, and perform a wider range of commands from the Console Pane by using scripting.


Auf dieser Seite können Sie das Online-Video POWERSHELL : Debugging Trace Code and Step Debugger mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer POWER OF POWERSHELL 17 Februar 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 265 Mal angesehen und es wurde von 5 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!