rdbg-view

Crate Docs MSRV

A basic command-line viewer for rdbg

Install

bash cargo install rdbg-view

Example output

The current version provides a hierarchical output, but a future version should offer a more traditional log viewer as well.

bash *** Connected to 127.0.0.1:13579 *** Message { time: 1670471290453, thread_id: "ThreadId(1)", filename: "rdbg/examples/hello_world.rs", line: 4, payload: Message( "hello world", ), } Message { time: 1670471290453, thread_id: "ThreadId(1)", filename: "rdbg/examples/hello_world.rs", line: 5, payload: Values( [ ( "world", "\"world\"", ), ( "1 + 5", "6", ), ], ), } *** Disconnected from 127.0.0.1:13579 ***