rust-debug

Crates.iorust-debug
lib.rsrust-debug
version0.1.0
sourcesrc
created_at2021-09-23 14:03:22.170476
updated_at2022-10-01 11:43:53.192912
descriptionA debugging library for rust code.
homepagehttps://github.com/Blinningjr/rust-debug
repositoryhttps://github.com/Blinningjr/rust-debug
max_upload_size
id455348
size198,730
Niklas (Blinningjr)

documentation

https://docs.rs/rust-debug/0.0.1/rust_debug/

README

rust-debug

Provides a layer of abstraction over the DWARF debug format.

This crate makes it easier to get debug information from the DWARF debug format. It also helps with retrieving information from the debug target, it requires that another crate for interacting with the debug target.

Features

  • Preforming a stack trace.
  • Virtually unwinding the call stack.
  • Evaluating a variable.
  • Finding a breakpoint location.
  • Retrieving the source code location where a DIE was declared.

Example

Check out the debugger ERDB that was made using this crate. https://github.com/Blinningjr/embedded-rust-debugger

License

Licensed under either of

at your option.

Contribution

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: 342

cargo fmt