editor-debug-output
Retrieve console output and error logs from a running Godot project to inspect debug messages and print statements after execution.
Instructions
[compact alias of get_debug_output] Retrieves console output and errors from the currently running Godot project. Use after run_project to check logs, errors, and print statements. Returns empty if no project is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Brief explanation of why you are calling this tool |