Breakpoint::CurrentHits Property
Visual Studio 2015
Indicates the number of times a breakpoint has been hit during the active debugging session.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer representing the number of times this breakpoint has been hit during this debugging session.
The return value is specified in the Breakpoint Hit Count dialog box and in the Breakpoints Window.
Show: