Breakpoint.CurrentHits Property

Definition

Indicates the number of times a breakpoint has been hit during the active debugging session.

public:
 property int CurrentHits { int get(); };
public:
 property int CurrentHits { int get(); };
[System.Runtime.InteropServices.DispId(115)]
public int CurrentHits { [System.Runtime.InteropServices.DispId(115)] get; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
member this.CurrentHits : int
Public ReadOnly Property CurrentHits As Integer

Property Value

An integer representing the number of times this breakpoint has been hit during this debugging session.

Attributes

Remarks

The return value is specified in the Breakpoint Hit Count dialog box and in the Breakpoints Window.

Applies to