get_output
Retrieve stdout and stderr output from the debugged program, optionally filtered by category, to capture log messages and errors during debugging.
Instructions
Get stdout/stderr output from the debugged program.
IMPORTANT: The user cannot see this output directly. YOU must read it and summarize relevant information for the user. Never tell the user to "check the console" or "look at output".
Call periodically during debugging to catch log messages and errors.
Args: clear: Clear the output buffer after reading (default False) category: Filter by category: "stdout", "stderr", or "console" (default: all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| category | No |