R3forth Visual Debugger [video]
Forth debuggers are rare, but a YouTube video isn't a working product.

One CLI for 15+ debuggers with AI-agent integration that existing tools ignore.
AI engineers, backend developers working across multiple languages
GDB · LLDB · Delve
I built dbg to give them a real debugger experience. Since it is backend based with the few I implemented (still at basic level) it can support 15+ languages with one simple CLI (still some work needed but it is functional as it is):
LLDB, Delve, PDB, JDB, node inspect, rdbg, phpdbg, GHCi, etc. Profilers too (perf, pprof, cProfile, Valgrind…)
I also added GPU profiling via `gdbg` (CUDA, PyTorch, Triton kernels). It auto-dispatches and shares the same unified interface. (Planning to bring those advanced concepts back to the main dbg).
Works with Claude & Codex (probably works on others but didn't try them)
Quick start: ``` curl -sSf https://raw.githubusercontent.com/redknightlois/dbg/main/ins... | sh dbg --init claude (for claude) ```
Then just say: “use dbg to debug the crash in src/foo.rs”
Docs: https://redknightlois.github.io/dbg/ GitHub (MIT Licensed): https://github.com/redknightlois/dbg
Would love feedback from anyone building agents. What languages or features are you missing most? Ping me at @federicolois on X or open issues.
Forth debuggers are rare, but a YouTube video isn't a working product.
OpenClaw time-travel debugger with fork-and-replay when logs are useless.
Step-through debugger for AI agents; loop detection and no cloud required.
Finally a TUI debugger that handles async tasks and multiprocessing without breaking a sweat.
Execution anchors enable replay-from-step debugging for non-deterministic agent runs.
Codeforces problem browser with tracks, but the platform already has rating and tag filters.