editor_evaluate_expression
Evaluate GDScript expressions directly in the Godot editor or debugger context to test logic and inspect values without running the project.
Instructions
Evaluate a GDScript expression in debugger/editor context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | GDScript expression to evaluate |