UIContextGuids.Debugging Field
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.
Specifies a context in which debugging is active.
public: System::String ^ Debugging;
std::wstring Debugging;
public const string Debugging;
val mutable Debugging : string
Public Const Debugging As String
Field Value
Remarks
This context becomes active when the user initiates debugging, typically by pressing F5 or selecting Start from the Debug menu. This context also becomes active when an exception is caught and the user elects to debug it in Visual Studio.
The GUID for this context is: {ADFC4E61-0397-11D1-9F4E-00A0C911004F}
. It is defined in vsshlids.h and vsshell.h.