This is the debugging reference you'll want open when your Capacitor app crashes or behaves strangely. It covers WebView debugging with Safari and Chrome DevTools, native debugging in Xcode and Android Studio, and walks through common failures like white screens, permission denials, and network issues. The quick reference table alone saves time when you forget which tool inspects what. What I appreciate is the diagnostic approach: it doesn't just list commands, it shows you how to trace crashes with adb logcat, intercept network requests to find CORS problems, and verify plugin registration when methods mysteriously disappear. The logging examples for both JavaScript and native code are ready to copy, and the troubleshooting section tackles real problems like ATS blocking HTTP requests on iOS.
npx skills add https://github.com/cap-go/capacitor-skills --skill debugging-capacitor