mobile-app-debugging by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill mobile-app-debugging移动应用调试旨在解决平台特定问题、设备硬件限制以及移动端特有的网络状况。
最小工作示例:
Xcode Debugging:
Attach Debugger:
- Xcode → Run on device
- Set breakpoints in code
- Step through execution
- View variables
- Console logs
View Logs:
- Xcode → Window → Devices & Simulators
- Select device → View Device Logs
- Filter by app name
- Check system logs for crashes
Inspect Memory:
- Xcode → Debug → View Memory Graph
- Identify retain cycles
- Check object count
- Monitor allocation growth
---
Common iOS Issues:
App Crash (SIGABRT):
// ... (see reference guides for full implementation)
references/ 目录下的详细实现:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 指南 | 内容 |
|---|---|
| iOS 调试 | iOS 调试 |
| Android 调试 | Android 调试 |
| 跨平台问题 | 跨平台问题 |
| 移动测试与调试清单 | 移动测试与调试清单 |
每周安装数
163
代码仓库
GitHub 星标数
121
首次出现
2026年1月21日
安全审计
安装于
opencode139
gemini-cli133
claude-code126
codex125
cursor124
github-copilot112
Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions.
Minimal working example:
Xcode Debugging:
Attach Debugger:
- Xcode → Run on device
- Set breakpoints in code
- Step through execution
- View variables
- Console logs
View Logs:
- Xcode → Window → Devices & Simulators
- Select device → View Device Logs
- Filter by app name
- Check system logs for crashes
Inspect Memory:
- Xcode → Debug → View Memory Graph
- Identify retain cycles
- Check object count
- Monitor allocation growth
---
Common iOS Issues:
App Crash (SIGABRT):
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| iOS Debugging | iOS Debugging |
| Android Debugging | Android Debugging |
| Cross-Platform Issues | Cross-Platform Issues |
| Mobile Testing & Debugging Checklist | Mobile Testing & Debugging Checklist |
Weekly Installs
163
Repository
GitHub Stars
121
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode139
gemini-cli133
claude-code126
codex125
cursor124
github-copilot112
minimal-run-and-audit:AI论文复现执行与审计技能,标准化测试与报告
6,100 周安装