PSRunspaceDebug.Enabled Property

Definition

When true this property will cause any breakpoints set in a Runspace to stop the running command or script when the breakpoint is hit, regardless of whether a debugger is currently attached. The script or command will remain stopped until a debugger is attached to debug the breakpoint.

public:
 property bool Enabled { bool get(); };
public:
 property bool Enabled { bool get(); };
public bool Enabled { get; }
member this.Enabled : bool
Public ReadOnly Property Enabled As Boolean

Property Value

Applies to