EnableRunspaceDebugCommand.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 System::Management::Automation::SwitchParameter BreakAll { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter BreakAll { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="RunspaceIdParameterSet", Position=1)]
[System.Management.Automation.Parameter(ParameterSetName="RunspaceNameParameterSet", Position=1)]
[System.Management.Automation.Parameter(ParameterSetName="RunspaceParameterSet", Position=1)]
public System.Management.Automation.SwitchParameter BreakAll { get; set; }
member this.BreakAll : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="RunspaceIdParameterSet", Position=1)>]
[<System.Management.Automation.Parameter(ParameterSetName="RunspaceNameParameterSet", Position=1)>]
[<System.Management.Automation.Parameter(ParameterSetName="RunspaceParameterSet", Position=1)>]
member this.BreakAll : System.Management.Automation.SwitchParameter with get, set
Public Property BreakAll As SwitchParameter
Property Value
- Attributes