[][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 Params used in communications between the debugger and the debug_client

Response

A Response from the debugger and runtime to a command from the debug_client

Traits

DebugClient

debug_clients must implement this trait