Expand description
Service that abstract a debug Session usage
Modules§
- debug_
client - Generated client implementations.
Structs§
- Debug
Config Req - Debug
Req - The top-level message sent by the client for the
Debugmethod. MultipleDebugReqmessages can be sent but the first message must contain aDebugConfigReqmessage to initialize the debug session. All subsequent messages must contain bytes to be sent to the debug session and must not contain aDebugReqmessage. - Debug
Resp - GetDebug
Config Resp