Debugger2::BreakpointLastHit Property
Visual Studio 2015
Gets the last breakpoint hit.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
Debugger::BreakpointLastHitBreakpointLastHit gets a bound Breakpoint that was the last breakpoint hit by the debugger. If the debugger hit multiple breakpoints simultaneously, this property returns one of the breakpoints; it does not define which breakpoint is returned. To see a collection of multiple breakpoints hit simultaneously, see AllBreakpointsLastHit.
Show: