debugger-status
Retrieve JS runtime debugger connection status and diagnostic info to verify connectivity before using other debugger tools. Returns port, device info, connection flag, and source map readiness.
Instructions
Get JS runtime debugger connection status and diagnostic info. Use when you need to verify connectivity before using other debugger tools. Returns port, projectRoot (empty on Chromium), deviceName, appName, logicalDeviceId, connected flag, loadedScripts count, and sourceMapReady (always true — waits for pending source maps before returning; no-op on Chromium). Fails if the runtime is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Metro server port (ignored for Chromium) | |
| device_id | Yes | Device id from debugger-connect (iOS simulator UDID, Android logicalDeviceId, or Chromium device id). |