System.Diagnostics.Debugger: Method Members

The methods of System.Diagnostics.Debugger are listed below. For a list of all members, see the Debugger Members list.

See Also: Inherited members from System.Object

Public Methods

static
Break()

Signals a breakpoint to an attached debugger.

static
IsLogging() : bool

Checks to see if logging is enabled by an attached debugger.

static
Launch() : bool

Launches and attaches a debugger to the process.

static
Log(int, string, string)

Posts a message for the attached debugger.