什麼是 debugging-instruments?
使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。 來源:dpearson2699/swift-ios-skills。
使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。
透過命令列快速安裝 debugging-instruments AI 技能到你的開發環境
來源:dpearson2699/swift-ios-skills。
Use v over po when you only need a local variable value — it does not execute code and cannot trigger side effects.
After modifying a view property in the debugger, call CATransaction.flush() to see the change immediately without resuming execution.
Watchpoints are hardware-backed (limited to 4 on ARM). Use them to find unexpected mutations — the debugger stops at the exact line that changes the value.
使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。 來源:dpearson2699/swift-ios-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill debugging-instruments使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。 來源:dpearson2699/swift-ios-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill debugging-instruments 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dpearson2699/swift-ios-skills