#launch #shim #help #debug-here

app debug-here-gdb-wrapper

帮助 debug-here 启动调试器的壳程序

2 个不稳定版本

使用旧的 Rust 2015

0.2.0 2019年3月3日
0.1.0 2018年9月26日

#25 in #launch

MIT/Apache

7KB
69

debug-here-gdb-wrapper

这个程序是 debug-here 告诉新终端用作 shell 的程序。它非常简单。它只检查 RUST_DEBUG_HERE_LIFELINE 环境变量,然后通过 exec 成功执行并钩入调用 debug_here!() 宏的源代码部分。作为用户,你通常不需要担心这个程序做什么。你只需要将其放在你的路径上以便使用 debug_here!()。最简单的方法是使用 cargo install debug-here-gdb-wrapper.

无运行时依赖