DebugJobCommand.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.
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