Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by DebuggerProcessEvents to specify the state of the debugger.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232")> _
Public Enumeration dbgProcessState
[GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232")]
public enum dbgProcessState
[GuidAttribute(L"0C57DFEC-8424-4C1A-A43C-EA7922446232")]
public enum class dbgProcessState
[<GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232")>]
type dbgProcessState
public enum dbgProcessState
Members
Member name | Description | |
---|---|---|
dbgProcessStateRun | The debugger is running. | |
dbgProcessStateStop | The debugger is stopped. |