Crate rdbg

Source

Macros§

msg
Send a debug message to the remote viewer
msgf
Send a debug message to the remote viewer (with flush)
vals
Send debug expression name/value pairs to the remote viewer
valsf
Send debug expression name/value pairs to the remote viewer (with flush)

Functions§

flush
Flush msg/val queue for default port
port
Specify a custom port for the TCP socket to listen on when using the msg and vals macros.