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