Debugger.InBreakpoint 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.
True when debugger is stopped at a breakpoint.
public:
virtual property bool InBreakpoint { bool get(); };
public:
virtual property bool InBreakpoint { bool get(); };
public virtual bool InBreakpoint { get; }
member this.InBreakpoint : bool
Public Overridable ReadOnly Property InBreakpoint As Boolean