---
type: note
kind: Explainer
tags:
  ['inspect-webkit', 'ios', 'debug', 'safari', 'webview', 'mobile', 'tooling']
status: release
ctime: 2026-05-25
mtime: 2026-06-02
generated: { by: claude/opus-4.8, at: 2026-06-07T22:55:16Z }
verified: { by: claude/opus-5, at: 2026-08-19T00:00:00Z }
sources:
  - id: github-evanbacon-inspect-webkit
    resource: https://github.com/EvanBacon/inspect-webkit
    title: "inspect-webkit"
  - id: github-liriliri-eruda
    resource: https://github.com/liriliri/eruda
    title: "Eruda"
  - id: developer-apple-documentation-safari-developer
    resource: https://developer.apple.com/documentation/safari-developer-tools/inspecting-ios
    title: "Inspecting iOS and iPadOS — Apple"
---

시뮬레이터 Safari를 GUI로 디버깅하는 정도는 그냥 **macOS Safari 개발자용 메뉴**. inspect-webkit(CDP 브리지)으로 우회하려다 막혔다.

이유: inspect-webkit은 README부터 "for AI agents and CI" 타겟 — 사람 GUI 디버깅이 애초에 주력 시나리오가 아니었다.

교훈: **도구의 *의도된 사용자*를 README에서 먼저 확인**한다.

## 참고

- [inspect-webkit](https://github.com/EvanBacon/inspect-webkit) — Safari/WKWebView 타겟을 CDP로 브리지 (헤드리스, AI/CI 지향)
- [Eruda](https://github.com/liriliri/eruda) — 페이지에 주입하는 모바일 콘솔 (브리지 불필요)
- [Inspecting iOS and iPadOS — Apple](https://developer.apple.com/documentation/safari-developer-tools/inspecting-ios) — macOS Safari로 시뮬레이터 디버깅 (정도)
