Debugging Capacitor Applications Complete guide to debugging Capacitor apps on iOS and Android. When to Use This Skill - User reports app crashes - User needs to debug WebView/JavaScript - User needs to debug native code - User has network/API issues - User sees unexpected behavior - User asks how to debug Quick Reference: Debugging Tools | Platform | WebView Debug | Native Debug | Logs | |----------|--------------|--------------|------| | iOS | Safari Web Inspector | Xcode Debugger | Console.app | | Android | Chrome DevTools | Android Studio | adb logcat | WebView Debugging iOS: Safari Web I…