Crate rdbg_client

Source

Structs§

Message
The primary structure. Represents all the fields of debug information as received from the debugged program
MsgIterator
An iterator that returns Events based on a connection to the debugged program. The primary objective is to receive Messages

Enums§

Error
Errors that can occur based on data received from the debugged program
Event
This represents various events that occur during iteration and are returned by MsgIterator
MsgPayload
The payload as sent by the remote program - this can either be a string message or a list of expressions and their values

Constants§

DEFAULT_ADDR
Default IP to connect to on the debugged program
DEFAULT_PORT
Default port to connect to on the debugged program