The Gallio.Runtime.Debugging namespace contains types for interacting with the debugger.

Classes

  ClassDescription
DebuggerSetup
Provides options that configure the debugger.
DefaultDebuggerManager
Default implementation of a debugger manager.
NullDebugger
A null implementation of a debugger. All services return do nothing results.

Interfaces

  InterfaceDescription
IDebugger
Provides control over a debugger.
IDebuggerManager
Obtains a reference to a debugger.

Enumerations

  EnumerationDescription
AttachDebuggerResult
Describes different possible outcomes from attaching a debugger to a process.
DetachDebuggerResult
Describes different possible outcomes from detaching a debugger from a process.