Breakpoint.CurrentHits Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.