debug-here-gdb-wrapper

Crates.iodebug-here-gdb-wrapper
lib.rsdebug-here-gdb-wrapper
version0.2.0
sourcesrc
created_at2018-09-26 02:25:36.644802
updated_at2019-03-03 02:42:39.325677
descriptionA shim to help debug-here launch debuggers.
homepagehttps://github.com/ethanpailes/debug-here
repositoryhttps://github.com/ethanpailes/debug-here
max_upload_size
id86569
size16,711
Ethan Pailes (ethanpailes)

documentation

https://docs.rs/debug-here-gdb-wrapper

README

debug-here-gdb-wrapper

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.

Commit count: 38

cargo fmt