unbug - Rust runtime debug assertions
Rust crate providing macros for runtime assertions, including assertions inserted before try-operator failures. Hooks into test mode to trigger failures when assertions fire.
Tag
3 entries tagged with #debugging.
Rust crate providing macros for runtime assertions, including assertions inserted before try-operator failures. Hooks into test mode to trigger failures when assertions fire.
Rust strace alternative with sane defaults and readable output. For when you need to know what a process is actually doing without parsing strace's wall of text.
Backend daemon for HTTP Toolkit: intercepts HTTP/HTTPS from any client, supports breakpoints, and rewrites requests/responses live. Useful for debugging agent tool calls.