See: Description
| Interface | Description | 
|---|---|
| DebuggerExtender | 
 A DebuggerExtender can modify and enhance certain functionalities of a Debugger. 
 | 
| DebuggerExtenderCallback | 
 Interface returned by the debugger when a DebuggerExtender is added. 
 | 
| DebuggerExtenderDeclarator | 
 Helper interface that can be used for declarative registration of
  DebuggerExtenders. 
 | 
| DebuggerExtenderSourceLocation | 
 An interface to represent a source file location. 
 | 
| Enum | Description | 
|---|---|
| DebuggerExtenderAPIVersion | 
 A versioning value that can be used to distinguish implementations using the older
 legacy interfaces from the newer ones. 
 |