·debugging-instruments
</>

debugging-instruments

使用 LLDB、内存图形调试器和仪器调试 iOS 应用程序并分析性能。在诊断崩溃、内存泄漏、保留周期、主线程挂起、渲染缓慢、构建失败或分析 CPU、内存、能源和网络使用情况时使用。

41安装·17热度·@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-10

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