LanguageService::IsDebugging Property
Visual Studio 2015
Determines if the debugger is active.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanThis property returns true if the debugger is active; otherwise, returns false.
A debugger is active if the debug mode does not equal DBGMODE_Design (from the DBGMODE enumeration); this is set when Visual Studio calls the OnModeChange method.
This method is typically called from the ViewFilter class to determine if certain actions can or should be taken.
Show: