pi-debug
v0.4.25
Published
Extension for Pi coding agent
Readme
pi-debug
Debugging and diagnostics extension for Pi coding agents.
Features
- DAP Client - Debug Adapter Protocol for breakpoints, stack traces
- Session Search - Find past debugging sessions
- Status Bar - Live debugging status display
- Stats Sync - Track message statistics
- MCP Adapter - Multi-platform MCP adapter
- Root Cause Analysis - Systematic debugging methodology
- Weekly Retro - Automated debugging retrospective
Install
pi install npm:pi-debugQuick Start
Start Debugging
/debug start --adapter nodeSet Breakpoint
/debug breakpoint src/index.ts:42Stack Trace
/debug stackVariables
/debug variablesCommands
| Command | Description |
|---------|-------------|
| /debug | Debug main command |
| /debug start | Start debug session |
| /debug stop | Stop session |
| /debug breakpoint | Set breakpoint |
Verify
pi listLicense
MIT
