·debugging-instruments
</>

debugging-instruments

使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。

54安裝·26熱度·@dpearson2699

安裝

$npx skills add https://github.com/dpearson2699/swift-ios-skills --skill debugging-instruments

如何安裝 debugging-instruments

透過命令列快速安裝 debugging-instruments AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill debugging-instruments
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:dpearson2699/swift-ios-skills。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-03-09
更新時間
2026-03-11

Browse more skills from dpearson2699/swift-ios-skills

快速解答

什麼是 debugging-instruments?

使用 LLDB、記憶體圖形偵錯器和儀器調試 iOS 應用程式並分析效能。在診斷崩潰、記憶體洩漏、保留週期、主執行緒掛起、渲染緩慢、建置失敗或分析 CPU、記憶體、能源和網路使用情況時使用。 來源:dpearson2699/swift-ios-skills。

如何安裝 debugging-instruments?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill debugging-instruments 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/dpearson2699/swift-ios-skills