CI-debugger – Debug GitHub Actions locally with breakpoints
Breakpoints and interactive shell for GitHub Actions when act only gives you log dumps.
Debug breakpoint assertions for Rust
The ? operator macro attaching breakpoints to error propagation is genuinely clever.
Rust developers doing intensive debugging work
dbg! · tracing · anyhow
My previous post here led to the removal of reliance on nightly Rust, so I'm hoping you helpful folks pick apart my new features too!
This new version adds a macro that can insert assertions before failures with the try-operator (?).
I also added experimental support for triggering test failures when assertions are run in test mode.
I'll be giving a talk this evening about Unbug at the Bevy virtual meetup this evening at 19:00 CEST. You can see more details here:
Breakpoints and interactive shell for GitHub Actions when act only gives you log dumps.
Compile-time generated scheduler beats manual match-loop-state hell for complex state machines.
Type-narrowing assertions that Jest and Vitest's expect() can't provide.
DAP implementation for Python, but debugpy and Pdb already handle this.
Yet another Go assertion library competing directly with testify's established ecosystem.
Multi-channel AI agent in Rust with MCP support, but already faces Codeium, Continue, and agent framework saturation.