Breakpoint2.CurrentHits Property

Definition

Gets the number of times this breakpoint has been hit during this 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 containing the number of times a breakpoint is hit during the debugging session.

Implements

Attributes

Remarks

This number is specified in the Breakpoint Hit Count dialog box and in the Breakpoints Window.

Applies to