Crates.io | debug-here-gdb-wrapper |
lib.rs | debug-here-gdb-wrapper |
version | 0.2.0 |
source | src |
created_at | 2018-09-26 02:25:36.644802 |
updated_at | 2019-03-03 02:42:39.325677 |
description | A shim to help debug-here launch debuggers. |
homepage | https://github.com/ethanpailes/debug-here |
repository | https://github.com/ethanpailes/debug-here |
max_upload_size | |
id | 86569 |
size | 16,711 |
This program is what debug-here tells new terminals to use as a shell.
It is very simple. All it does is examine the RUST_DEBUG_HERE_LIFELINE
environment variable, then becomes rust-gdb
via exec and hooks into
the part of the source code that called the debug_here!()
macro.
As a user, you mostly shouldn't have to worry about what this program
does. You just need to have it somewhere on your path in order to use
debug_here!()
. The easiest way to do that is with
cargo install debug-here-gdb-wrapper
.