#开发 #日志查看器 #日志记录

app rdbg-view

一个基本的 rdbg 命令行查看器

7 个版本

0.2.3 2023年1月28日
0.2.2 2023年1月27日
0.2.1 2022年12月10日
0.1.3 2022年12月10日

#621调试

每月 26 次下载

MIT/Apache

20KB
344

rdbg-view

Crate Docs MSRV

一个基本的 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

示例输出

当前版本默认提供典型的日志查看器,但也可以通过 --debug-fmt 标志提供 Rust 调试风格的输出(:#? 格式)

*** 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 ***

依赖关系

~1.2–1.7MB
~33K