Debugger

Debugger struct

Debugger interface. This is a static type with no instance services. You should never create instances of it by any means.

class Debugger

Methods

MethodDescription
static void Break()Initiates debugger break (if attached).
static bool get_IsAttached()Checks if debugger is attached to current application instance.

See Also