dbgProcessState Enum
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.
Used by DebuggerProcessEvents to specify the state of the debugger.
public enum class dbgProcessState
public enum class dbgProcessState
enum dbgProcessState
[System.Runtime.InteropServices.Guid("0C57DFEC-8424-4C1A-A43C-EA7922446232")]
public enum dbgProcessState
[<System.Runtime.InteropServices.Guid("0C57DFEC-8424-4C1A-A43C-EA7922446232")>]
type dbgProcessState =
Public Enum dbgProcessState
- Inheritance
-
dbgProcessState
- Attributes
Fields
Name | Value | Description |
---|---|---|
dbgProcessStateRun | 1 | The debugger is running. |
dbgProcessStateStop | 2 | The debugger is stopped. |