Debugger::BreakpointLastHit Property
Visual Studio 2015
Gets the last breakpoint hit.
Assembly: EnvDTE (in EnvDTE.dll)
BreakpointLastHit returns a bound Breakpoint object 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: