debugging-capacitor

Debug Capacitor applications on iOS and Android with platform-specific tools.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sebc-dev/prosperity --skill debugging-capacitor-sebc-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-capacitor
Source: https://github.com/sebc-dev/prosperity/tree/main/.claude/skills/debugging-capacitor
Command: npx skills add https://github.com/sebc-dev/prosperity --skill debugging-capacitor-sebc-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive debugging guidance for Capacitor applications, empowering developers to diagnose and resolve issues efficiently.

Core Features & Use Cases

  • Comprehensive Guide: Step-by-step instructions for debugging WebView, native code, and common problems.
  • Platform-Specific Tools: Detailed information on using Safari Web Inspector, Chrome DevTools, Xcode, and Android Studio for debugging.
  • Network and Crash Analysis: Tools and methods to inspect network traffic, analyze crashes, and identify performance bottlenecks.
  • Use Case: When you encounter a bug in your Capacitor app, this skill provides the necessary steps to identify and fix the issue.

Quick Start

Use the debugging-capacitor skill to start diagnosing issues with your Capacitor app on iOS or Android.

Frequently Asked Questions about debugging-capacitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a Capacitor app that crashes on iOS or Android?

To debug a crashing Capacitor app, analyze native code crashes using Xcode for iOS and Android Studio for Android to identify the exact native code stack trace and performance bottlenecks.

What is the best way to inspect WebView code in a Capacitor application?

The best way to inspect WebView code in a Capacitor application is using Safari Web Inspector for iOS and Chrome DevTools for Android to step through JavaScript and inspect DOM elements.

How do I inspect network traffic in a Capacitor app?

You can inspect network traffic in a Capacitor app by utilizing platform-specific debugging tools like Safari Web Inspector and Chrome DevTools to monitor API requests and analyze network problems.

Why does my Capacitor app show a blank screen on startup?

A blank screen in a Capacitor app often indicates a WebView JavaScript error or a network problem, which you can diagnose by connecting Safari Web Inspector or Chrome DevTools to view console logs.

Can I use Xcode and Android Studio to debug Capacitor native code?

Yes, you can use Xcode and Android Studio to debug Capacitor native code by attaching a debugger to the native runtime environment to step through native code and analyze crashes.