Development skill

Mobile debugging

Updated

Remote JavaScript console access and debugging on mobile devices without desktop DevTools.

When to use

What's included

Eruda and vConsole

In-page DevTools with console, elements, network, and storage panels. Use same-origin, lockfile-verified debug assets only on pages you own.

Native remote debugging

Chrome DevTools for Android, Safari Web Inspector for iOS, Firefox remote debugging.

Cloud testing platforms

LambdaTest, BrowserStack integration with Playwright/Puppeteer console capture.

Error monitoring

Sentry and LogRocket setup for production error capture and session replay.

Quick start: Local Eruda bookmarklet

For a development page you own, serve Eruda 3.4.3 from a same-origin debug directory. Never load a public-CDN console into an authenticated or sensitive page:

javascript:(function(){var script=document.createElement('script');script.src='/debug/eruda-3.4.3.js';document.body.append(script);script.onload=function(){eruda.init();}})();

Tool comparison

Tool Cost
Eruda Free
vConsole Free
Chrome Remote Free
Safari Inspector Free
Inspect.dev Paid
LambdaTest Freemium

Decision guide

USB

Physical device with USB?

Android: Chrome DevTools at chrome://inspect. iOS with Mac: Safari Web Inspector. iOS without Mac: Inspect.dev.

No USB

Physical device, no cable?

Inject Eruda or vConsole via bookmarklet on any page.

Remote

Production or remote debugging?

Add conditional Eruda loading (?eruda=true) or set up Sentry/LogRocket for error monitoring.

Automated

Automated testing?

Playwright/Puppeteer with mobile emulation, or cloud platforms (LambdaTest, BrowserStack).

Installation

# Recommended: install the dev-toolkit plugin

/plugin marketplace add jamditis/claude-skills-journalism

/plugin install dev-toolkit@claude-skills-journalism

# Or copy just this skill from the plugin tree

git clone https://github.com/jamditis/claude-skills-journalism.git

cp -r claude-skills-journalism/dev-toolkit/skills/mobile-debugging ~/.claude/skills/

Or browse this skill in the GitHub repository.

Related skills

Debug anywhere

In-page consoles, remote debugging, and cloud testing for mobile web.

View on GitHub