process_read_output
Retrieve and remove buffered stdout/stderr output from the debugged process. Optionally filter by category or limit returned lines.
Instructions
Drain buffered output (stdout/stderr) from the debuggee since the previous call. Returns the lines collected and removes them from the buffer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: "stdout", "stderr", "console", or omit for all. | |
| maxLines | No | Maximum lines to drain in this call. |