DebugRunspaceCommand.BreakAll Property

Definition

Gets or sets a flag that tells PowerShell to automatically perform a BreakAll when the debugger is attached to the remote target.

[System.Management.Automation.Experimental("Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace", System.Management.Automation.ExperimentAction.Show)]
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter BreakAll { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter BreakAll { get; set; }
[<System.Management.Automation.Experimental("Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace", System.Management.Automation.ExperimentAction.Show)>]
[<System.Management.Automation.Parameter>]
member this.BreakAll : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.BreakAll : System.Management.Automation.SwitchParameter with get, set
Public Property BreakAll As SwitchParameter

Property Value

Attributes

Applies to