Program::IsBeingDebugged Property
Visual Studio 2015
Gets whether a program is being debugged when this property is called.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::BooleanThe Boolean value, true, if the program is being debugged; otherwise, false.
IsBeingDebugged returns true if the program is being debugged when this property is called. IsBeingDebugged returns false if the program is not being debugged.
Note |
|---|
The program may change debug states even before this function call has a chance to return. |
Show:
