Debugger3::BreakpointLastHit Property

 

Gets the last breakpoint hit.

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

property Breakpoint^ BreakpointLastHit {
	Breakpoint^ get();
}

Property Value

Type: EnvDTE::Breakpoint^

A Breakpoint object.

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

The following example shows how to use the BreakpointLastHit property.

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