-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No print to Output panel in infinite loop #22184
Comments
Reproducible on Windows 10. Also, the type of loop does not matter, for and while-loop provide the same behavior. EDIT:
The number where output overflow occurs seems arbitrary, and does not occur every time (might be worth opening another issue about, just thought I'd mention it) |
Same here...
How to solve this? |
Seems to be fixed since at least 3.1.2. |
Same issue is present in version 3.4.2 |
Rephrasing issue #1287 which has become hard to read given the various other debugging issues which have been raised (and fixed) there.
Godot version:
All up to current master branch (ebd14a7).
OS/device including version:
Linux, likely other OSes too.
Issue description:
When using a
print
statement in an infinite loop, nothing will be printed to the Output panel. There are however prints to the system console/stdout.Steps to reproduce:
Run a script with:
No text in Output panel. Terminal shows:
The text was updated successfully, but these errors were encountered: