[−][src]Module flowrlib::debug_client
'debug_client' is used to connect a debugger to the runtime for debugging of flows and is an optional feature called "debugger"
Enums
Command | A debugged command |
Event | A runtime event that the debugger communicates to the debug_client for it to decide what to do, or what to request of the user |
Param | Types of |
Response | A |
Traits
DebugClient | debug_clients must implement this trait |