A solid CLI debugger that covers the full stack without making you remember different tool syntax for each runtime. It handles Node, Bun, Python, Java, and native code (C/C++/Rust/Swift) through a unified interface with short reference IDs instead of those annoying long debugger protocol identifiers. The auto-detection for JS and Python runtimes is nice, you just run `dbg launch --brk` and it figures out what you're doing. If you're bouncing between languages or just tired of context switching between Chrome DevTools, pdb, and lldb commands, this gives you one consistent way to set breakpoints and step through code. Already has 148 installs and passed the major security audits.
npx skills add https://github.com/theodo-group/debug-that --skill dbg