get_output
Retrieve stdout/stderr output from the debugged program to capture logs and errors, then summarize relevant details for the user.
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 |