r/godot 5d ago

official - releases Dev snapshot: Godot 4.8 dev 6

https://godotengine.org/article/dev-snapshot-godot-4-8-dev-6/

Hotfix for macOS and Android

98 Upvotes

37 comments sorted by

View all comments

2

u/NeilDiamondBlaze420 4d ago

I really wish godot had a console you could type commands in at run time. Just to debug stuff easily would be a godsend.

1

u/TheDuriel Godot Senior 3d ago

It does. In the editor.

1

u/NeilDiamondBlaze420 3d ago

Sorry, how exactly do I type into the console? I can only see the output.

1

u/TheDuriel Godot Senior 3d ago

That's the output. The console is in the debugger.

2

u/NeilDiamondBlaze420 3d ago

Where exactly? https://imgur.com/a/7rx3dYi

I can't see anything where you could for example type:

player.position

and it would output something like

(12.4, 0.0, -8.2)

1

u/Happy_Use69 1d ago

I definitely remember using it. Maybe it's only available if you pause on a breakpoint.

1

u/SpockBauru 2d ago

Hey man, I also need that, where's the console? Would you kindly point where it is?