Share via


UIContextGuids80.Debugging Field

Specifies a context in which debugging is active.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Public Const Debugging As String
'Usage
Dim value As String 

value = UIContextGuids80.Debugging
public const string Debugging
public:
literal String^ Debugging
public const var Debugging : String

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 .ctc file label for this context is UICONTEXT_Debugging. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace