PSDebugContext.Breakpoints Property

Definition

If not empty, indicates that the execution was suspended because one or more breakpoints were hit. Otherwise, the execution was suspended as part of a step operation.

public:
 property cli::array <System::Management::Automation::Breakpoint ^> ^ Breakpoints { cli::array <System::Management::Automation::Breakpoint ^> ^ get(); };
public System.Management.Automation.Breakpoint[] Breakpoints { get; }
member this.Breakpoints : System.Management.Automation.Breakpoint[]
Public ReadOnly Property Breakpoints As Breakpoint()

Property Value

Applies to