什麼是 agent-debugger?
當程式崩潰、測試失敗或程式碼產生錯誤結果且閱讀原始程式碼不足以了解原因時使用。讓您可以在任意行暫停執行,並檢查實際的運行時狀態、變數值、類型、呼叫堆疊,以找出問題所在。 來源:joaquincampo/agent-debugger。
當程式崩潰、測試失敗或程式碼產生錯誤結果且閱讀原始程式碼不足以了解原因時使用。讓您可以在任意行暫停執行,並檢查實際的運行時狀態、變數值、類型、呼叫堆疊,以找出問題所在。
透過命令列快速安裝 agent-debugger AI 技能到你的開發環境
來源:joaquincampo/agent-debugger。
A debugger for AI agents. Set breakpoints, inspect state, evaluate expressions, test fixes in-place.
The debugger is a scalpel, not a flashlight. You don't turn it on to look around. You turn it on to make one precise cut — confirm or kill a specific hypothesis about why the program is broken. If you're "exploring" in the debugger, you've already lost.
Every session starts before the debugger. Read the code. Read the traceback. Form a theory. Know exactly what breakpoint you'll set and what eval you'll run before you type a single command. The debugger is the experiment, not the investigation.
當程式崩潰、測試失敗或程式碼產生錯誤結果且閱讀原始程式碼不足以了解原因時使用。讓您可以在任意行暫停執行,並檢查實際的運行時狀態、變數值、類型、呼叫堆疊,以找出問題所在。 來源:joaquincampo/agent-debugger。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/joaquincampo/agent-debugger --skill agent-debugger當程式崩潰、測試失敗或程式碼產生錯誤結果且閱讀原始程式碼不足以了解原因時使用。讓您可以在任意行暫停執行,並檢查實際的運行時狀態、變數值、類型、呼叫堆疊,以找出問題所在。 來源:joaquincampo/agent-debugger。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/joaquincampo/agent-debugger --skill agent-debugger 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/joaquincampo/agent-debugger