pi-debug
Extension for Pi coding agent
Package details
Install pi-debug from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-debug- Package
pi-debug- Version
0.4.25- Published
- May 15, 2026
- Downloads
- not available
- Author
- bom0792
- License
- MIT
- Types
- extension
- Size
- 209.8 KB
- Dependencies
- 3 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
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-debug
Quick Start
Start Debugging
/debug start --adapter node
Set Breakpoint
/debug breakpoint src/index.ts:42
Stack Trace
/debug stack
Variables
/debug variables
Commands
| Command | Description |
|---|---|
/debug |
Debug main command |
/debug start |
Start debug session |
/debug stop |
Stop session |
/debug breakpoint |
Set breakpoint |
Verify
pi list
License
MIT