PSRunspaceDebug.BreakAll Property

Definition

When true this property will cause any running command or script in the Runspace to stop in step mode, regardless of whether a debugger is currently attached. The script or command will remain stopped until a debugger is attached to debug the current stop point.

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

Property Value

Applies to