You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Godot command line debugger (via executing 'Godot -d ...'), 'p' (alias of 'print') command does not show anything in terminal instead of a blank line, regardless the express is a string or a variable name, just like below.
debug> p 'a'
Steps to reproduce
Run 'Godot -d project.godot' from command line
Add a line 'var a = 1/0' some where in a script
Save the script to trigger a break in command line debugger
Type "p 'foo'" in terminal
It should print out a blank line
Minimal reproduction project
Any project will do.
The text was updated successfully, but these errors were encountered:
Godot version
4.0 RC2
System information
Mac OS 13.1
Issue description
When using Godot command line debugger (via executing 'Godot -d ...'), 'p' (alias of 'print') command does not show anything in terminal instead of a blank line, regardless the express is a string or a variable name, just like below.
Steps to reproduce
Minimal reproduction project
Any project will do.
The text was updated successfully, but these errors were encountered: