rdb

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

Supported Debuggers

Currently only LLDB.

Dependencies

Getting Started

bash cargo install rdb_tool

Build your code once in debug:

bash cargo build

From the directory where target exists:

bash rdb PROGRAM_NAME

Or from somewhere else:

bash 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.