Debugger3::Breakpoints Property

 

Gets a collection of breakpoints.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property Breakpoints^ Breakpoints {
	Breakpoints^ get();
}

Property Value

Type: EnvDTE::Breakpoints^

A Breakpoints collection.

Breakpoints gets the collection of all breakpoints set in the debugger. This collection represents the list of all pending breakpoints. See dbgBreakpointType for a description of pending and bound breakpoints.

The following example shows how to use the Breakpoints property.

No code example is currently available or this language may not be supported.
Return to top
Show: