In This Article

DebuggerMode Enum

Specifies the mode that an IDebugger is in.

public enum DebuggerMode

Fields

Name Description
Paused

The debugger is paused at a breakpoint.

Running

The debugger is running.

Stopped

The debugger is not running.