Package implementing the Ruby debugger.
| AsyncFile | File implementing an asynchronous file like socket interface for the debugger. | 
| AsyncIO | File implementing an asynchronous interface for the debugger. | 
| Completer | File implementing a command line completer class. | 
| Config | File defining the different Ruby types | 
| DebugClient | File implementing a debug client. | 
| DebugClientBaseModule | File implementing a debug client base module. | 
| DebugClientCapabilities | File defining the debug clients capabilities. | 
| DebugProtocol | File defining the debug protocol tokens | 
| DebugQuit | File implementing a debug quit exception class. | 
| Debuggee | File implementing the real debugger, which is connected to the IDE frontend. |