monitor_ipc
Start or stop capturing IPC messages in the main process, including ipcMain send/invoke and webContents.send traffic, for debugging Electron apps.
Instructions
Start or stop IPC monitoring in the main process. Captures ipcMain messages (send/invoke) and webContents.send traffic into a buffer; read it with get_ipc_log. Note: invoke handlers registered before monitoring started are not captured (Electron dispatches them internally); 'send' messages are always captured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Start or stop recording. | |
| sessionId | Yes | Session id returned by launch_app. |