This is the debugging reference you'll want when your Capacitor app is misbehaving. It covers the full stack: Safari Web Inspector and Chrome DevTools for WebView debugging, Xcode and Android Studio for native code, and practical solutions for the usual suspects like startup crashes, missing plugins, and permission errors. The quick reference tables are handy, and the logging examples for both JavaScript and native sides save you from searching docs mid-debug. What I appreciate is it doesn't just list tools, it shows you the actual LLDB commands, logcat filters, and config tweaks you need. The network debugging section alone, with ATS and cleartext setup, will save you an hour of head-scratching.
npx skills add https://github.com/cap-go/capgo-skills --skill debugging-capacitor