什么是 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