PSRunspaceDebug.BreakAll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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