·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.

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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