Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Enable-PSBreakpoint

Enable-PSBreakpoint - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Enable-PSBreakpoint

Short description
Enables the breakpoints in the current console.

Syntax


Description
The Enable-PSBreakpoint cmdlet re-enables disabled breakpoints. You can use it to enable all breakpoints, or you can 
specify breakpoints by submitting breakpoint objects or breakpoint IDs.


A breakpoint is a point in a script where execution stops temporarily so that you can examine the instructions in the 
script. Newly created breakpoints are automatically enabled, but you can disable them by using the 
Disable-PSBreakpoint cmdlet.


Technically, this cmdlet changes the value of the Enabled property of a breakpoint object to True.


Enable-PSBreakpoint is one of several cmdlets designed for debugging Windows PowerShell scripts. For more information 
about the Windows PowerShell debugger, see about_Debuggers.