# Live debugger

The CtrlB Live Debugger connects VS Code to production workloads so engineers can inspect variables and execution paths while traffic keeps flowing, capturing tightly scoped snapshots instead of stopping threads or attaching heavyweight interactive debuggers.

## Metadata

- **Canonical HTML**: https://ctrlb.ai/live-debugger
- **Last updated**: 2026-05-01

## Workflow

| Step | Detail |
|------|--------|
| Install | VS Code marketplace extension |
| Instrument | Follow onboarding in docs.ctrlb.ai |
| Capture | Pull live snapshots while traffic flows |

## Example: fetch this page as Markdown

```bash
curl -fsSL "https://ctrlb.ai/live-debugger.md" | head -n 60
```

## Links

- [VS Code Marketplace — CtrlB](https://marketplace.visualstudio.com/items?itemName=CtrlB.CtrlB)
- [Documentation](https://docs.ctrlb.ai/)