Rust Debugger

Debug a Rust program or failing test with rdbg — set breakpoints (line, function, conditional, hit-count, panic, or watchpoint), run and step, read locals as real Rust values, change a variable mid-run, and jump to definition/hover/references via rust-analyzer. In tsz, reach for it on a runtime question reading hasn't localized — above all a wrong or extra (false-positive) diagnostic, where you break the diagnostic sinks and backtrace to the deciding frame instead of grepping emit sites. Skip it for missing-diagnostic bugs (nothing fires to break on) and small localized bugs a quick read already pins down.

tsz-org 5d27c08 2 files · 14.0 KB Updated

File contents

tsz-org/tsz/tree/main/.claude/skills/rust-debugger commit 5d27c088a7

Frequently asked questions

npx skillmds@latest add tsz-org/rust-debugger-2