Crates.io | rdbg-view |
lib.rs | rdbg-view |
version | 0.2.3 |
source | src |
created_at | 2022-12-10 03:22:44.684079 |
updated_at | 2023-01-28 19:28:58.793955 |
description | A basic command-line viewer for rdbg |
homepage | |
repository | https://github.com/nu11ptr/rdbg/tree/main/rdbg-view |
max_upload_size | |
id | 733707 |
size | 14,482 |
A basic command-line viewer for rdbg
cargo install rdbg-view
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 <PORT> Remote port on debugged program [default: 13579]
-d, --debug-fmt Use debug formatting for messages (:#? formatting style)
-h, --help Print help information
-V, --version Print version information
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
*** 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 ***