A basic command-line viewer for rdbg
bash
cargo install rdbg-view
```bash A basic command-line viewer for rdbg
Usage: rdbg-view [OPTIONS] [HOSTNAME]
Arguments: [HOSTNAME] Remote hostname of debugged program [default: 127.0.0.1]
Options:
-p, --port
The current version provides a typical log viewer by default, but a Rust debug
style output (:#? formatting) is available as well with the --debug-fmt
flag
bash
*** Trying to connect to 127.0.0.1:13579... ***
*** Connected to 127.0.0.1:13579 ***
T:1670688040648 THR:1 rdbg/examples/hello_world.rs:4 hello world
T:1670688040648 THR:1 rdbg/examples/hello_world.rs:5 |world->"world"| |1 + 5->6|
*** Disconnected from 127.0.0.1:13579 ***