Debugger::Breakpoints Property
Visual Studio 2015
Gets a collection of breakpoints.
Assembly: EnvDTE (in EnvDTE.dll)
Breakpoints returns the collection of all breakpoints set in the debugger. This collection represents the list of all pending breakpoints. See dbgBreakpointType enumeration for a description of pending and bound breakpoints.
Show: