What problem does it solve? Debugging Capacitor apps requires switching between WebView tools, native debuggers, and log streams across iOS and Android, and developers often don't know which tool to reach for or how to interpret common failures like white screens, missing plugins, or blocked network requests. ## Core Features & Use Cases - WebView Debugging: Step-by-step setup for Safari Web Inspector on iOS and Chrome DevTools on Android, including the webContentsDebuggingEnabled config required on iOS 16.4+. - Native Debugging & Crash Analysis: Xcode LLDB commands, Android Studio debugger attach, logcat filtering, and crash log retrieval for both platforms. - Common Issue Playbooks: Diagnosis and fixes for startup crashes, "plugin not implemented" errors, ATS/cleartext network blocks, permission denials, white screens, and broken deep links. - Use Case: A user reports the app shows a white screen after launch. The skill walks through checking the WebView console, verifying the webDir build output, and re-running npx cap sync to resolve it. ## Quick Start Ask the assistant to help debug why your Capacitor app crashes on startup on Android, and it will walk you through logcat inspection and the fix checklist.