FireDBG.for.Rust
FireDBG.for.Rust copied to clipboard
🔥 Time Travel Visual Debugger for Rust
How can we support debugging async Rust? As it is basically impossible to use a step debugger. First off, the background. Async Rust has a runtime. The runtime manages a...
_Originally posted by @tyt2y3 in https://github.com/SeaQL/FireDBG.for.Rust/discussions/12#discussioncomment-7843286_ Parser should also parse macro annotations, e.g. `#[inline]` and more complex expressions like `#[cfg_attr(..)]`. May be we can also have `#[firedbg(..)]`, but we have...
Would love to have some ideas on the best way to map vtable addresses back to the original Rust types. Say we have a `Box`, the goal is to lookup...
This issue board is a place for contributors to collaborate. The only way to create a new issue is to convert one from discussions. Let's see if this mode of...
## PR Info ## Bug Fixes I have rust installed via system package and no rustup. Seems like this check does more harm than good... unless this tool requires multiple...
## PR Info - Dependencies: - None - Dependents: - None ## Breaking Changes None