Crate rdbg_client

source ·

Structs

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

Enums

Errors that can occur based on data received from the debugged program
This represents various events that occur during iteration and are returned by MsgIterator
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 IP to connect to on the debugged program
Default port to connect to on the debugged program