Gap #13 — High
Full debugger support via Debug Adapter Protocol. No other coding agent has this depth.
Source: oh-my-pi (27 DAP operations)
What's needed:
- DAP client: launch, attach, continue, step in/out/over, pause, breakpoints, evaluate, read/write memory
- Adapter auto-detection (lldb-dap, debugpy, dlv) based on binary type
- Integration with agent loop for debugging assistance
Reference: oh-my-pi packages/coding-agent/src/dap/
Gap #13 — High
Full debugger support via Debug Adapter Protocol. No other coding agent has this depth.
Source: oh-my-pi (27 DAP operations)
What's needed:
Reference: oh-my-pi packages/coding-agent/src/dap/