Debugger4.BreakpointLastHit Property

Gets the last breakpoint hit. To get a collection of multiple breakpoints hit simultaneously, see AllBreakpointsLastHit.

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

Syntax

'Declaration
ReadOnly Property BreakpointLastHit As Breakpoint
    Get
Breakpoint BreakpointLastHit { get; }
property Breakpoint^ BreakpointLastHit {
    Breakpoint^ get ();
}
abstract BreakpointLastHit : Breakpoint
function get BreakpointLastHit () : Breakpoint

Property Value

Type: EnvDTE.Breakpoint
A Breakpoint object.

Implements

Debugger3.BreakpointLastHit

Remarks

See BreakpointLastHit.

.NET Framework Security

See Also

Reference

Debugger4 Interface

BreakpointLastHit Overload

EnvDTE90a Namespace