Breakpoints & step
Pause at any step, run one line at a time, or run until the next breakpoint.
Local · Private · Open source
Step-debug GitHub Actions on your machine — nothing leaves your computer.
ActDebug is a companion debugger for nektos/act. Breakpoints, step-through, container inspect, matrix legs, expression re-eval — without forking act.
Pause at any step, run one line at a time, or run until the next breakpoint.
Peek inside the act container: workspace files, env, and workflow state while execution is frozen.
Pick which matrix combination to debug instead of running the full Cartesian product blindly.
Re-run ${{ github.ref == 'refs/heads/main' }} and other workflow expressions at breakpoints to see why a condition failed.
git clone [email protected]:FirstIntegral/actdebug.git
cd actdebug
npm install && npm run install-deps
npm start
Opens http://127.0.0.1:3847 — loopback only by default. Requires Docker for full uses: fidelity.