rdb_tool

Crates.iordb_tool
lib.rsrdb_tool
version0.1.0
sourcesrc
created_at2019-01-08 01:36:26.932216
updated_at2019-01-08 01:36:26.932216
descriptionA wrapper to make debugging Rust pleasant
homepagehttps://github.com/mgattozzi/rdb
repositoryhttps://github.com/mgattozzi/rdb.git
max_upload_size
id106181
size16,979
Michael Gattozzi (mgattozzi)

documentation

https://docs.rs/rdb/

README

rdb

Stop futzing with weird Rust Debugger corner cases and start debugging your code!

Supported Debuggers

Currently only LLDB.

Dependencies

  • Rust installed via rustup
  • LLDB

Getting Started

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!

Contributing

See CONTRIBUTING.md for more information.

License

Licensed under either of

at your option.

Licensing

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.

Commit count: 0

cargo fmt