Expand description
The DebuggerHandler trait defines methods a a client must implement in order to handle the interaction between a client and the debugger (in the Coordinator)
Traitsยง
- Debugger
Handler - Programs that wish to offer a debugger user interface (such as a CLI or UI) should implement this trait. The Coordinator uses it to interact with the client for debugging.