pwndbg_continue
Continue program execution to the next breakpoint or process exit, with an optional timeout to prevent indefinite waiting.
Instructions
Continue program execution until the next breakpoint or exit.
Blocks until the process stops or times out. Streams intermediate debugger output as MCP progress/log notifications.
Args: session_id: The UUID of the session. timeout: Maximum seconds to wait for the process to stop (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |