get_output
Fetch debugged program's stdout/stderr output, filter by category, and clear the buffer to capture log messages and errors for AI analysis.
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 |