DebuggerStopEventArgs.Breakpoints Property

Definition

The breakpoint(s) hit.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Breakpoint ^> ^ Breakpoints { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Breakpoint ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Breakpoint> Breakpoints { get; }
member this.Breakpoints : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Breakpoint>
Public ReadOnly Property Breakpoints As ReadOnlyCollection(Of Breakpoint)

Property Value

Remarks

Note there may be more than one breakpoint on the same object (line, variable, command). A single event is raised for all these breakpoints.

Applies to