Crates.io | rust-debug |
lib.rs | rust-debug |
version | 0.1.0 |
source | src |
created_at | 2021-09-23 14:03:22.170476 |
updated_at | 2022-10-01 11:43:53.192912 |
description | A debugging library for rust code. |
homepage | https://github.com/Blinningjr/rust-debug |
repository | https://github.com/Blinningjr/rust-debug |
max_upload_size | |
id | 455348 |
size | 198,730 |
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.
DIE
was declared.Check out the debugger ERDB
that was made using this crate.
https://github.com/Blinningjr/embedded-rust-debugger
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.