PSRunspaceDebug.Enabled 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 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