dbgProcessState Enum

Definition

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

dbgProcessStateRun 1

The debugger is running.

dbgProcessStateStop 2

The debugger is stopped.

Applies to