The Gallio.Runtime.Debugging namespace contains types for interacting with the debugger.
Classes
| Class | Description | |
|---|---|---|
| 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
| Interface | Description | |
|---|---|---|
| IDebugger |
Provides control over a debugger.
| |
| IDebuggerManager |
Obtains a reference to a debugger.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AttachDebuggerResult |
Describes different possible outcomes from attaching a debugger to a process.
| |
| DetachDebuggerResult |
Describes different possible outcomes from detaching a debugger from a process.
|
