PSDebugContext.Breakpoints 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.
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()