pwndbg_start_monitor
Start a background monitor to capture asynchronous debugger events (breakpoints, signals, crashes) between tool calls, recording them in the session log and triggering updates.
Instructions
Start the background event monitor for a session.
The monitor watches for asynchronous debugger events (breakpoint hits, signals, crashes) between tool calls. Events are recorded in the session's event log and trigger MCP resource-updated notifications.
This is optional — all core debugging functionality works without the monitor. The monitor is useful for long-running programs where events may occur outside of active tool calls.
Args: session_id: The UUID of the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |