Crates.io | rdb_tool |
lib.rs | rdb_tool |
version | 0.1.0 |
source | src |
created_at | 2019-01-08 01:36:26.932216 |
updated_at | 2019-01-08 01:36:26.932216 |
description | A wrapper to make debugging Rust pleasant |
homepage | https://github.com/mgattozzi/rdb |
repository | https://github.com/mgattozzi/rdb.git |
max_upload_size | |
id | 106181 |
size | 16,979 |
Stop futzing with weird Rust Debugger corner cases and start debugging your code!
Currently only LLDB
.
rustup
LLDB
cargo install rdb_tool
Build your code once in debug:
cargo build
From the directory where target
exists:
rdb PROGRAM_NAME
Or from somewhere else:
rdb PROGRAM_NAME PATH_TO_DIR_CONTAINING_TARGET
Debug away!
See CONTRIBUTING.md for more information.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.