electron_setup
Find an Electron app in /Applications and generate a launch command with debugging flags for main and renderer processes. Returns the exact command to run.
Instructions
Find an Electron app in /Applications and generate a launch command with debugging flags. Returns the exact command to run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v8_port | No | V8 Inspector port for main process (default: 9229) | |
| app_name | Yes | Name of the app (e.g., "Obsidian", "Visual Studio Code", "Slack") | |
| cdp_port | No | CDP port for renderer debugging (default: 9222) |