Skip to content

[4.x] print to console does not display. #106032

Open
@ZiazanCC

Description

@ZiazanCC

Tested versions

v4.4.1.stable.official [49a5bc7]

System information

Godot v4.4.1.stable - Windows 10 (build 19043) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 2060 SUPER - Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz (6 threads)

Issue description

Issue: print to console does not display.

func _ready(): 
	print("Hello, World") 

Solution: Add a custom function like (which sometimes fails and restarting doesn't help)

func _ready(): 
	print("Hello, World") 
func test(): 
	pass

Steps to reproduce

Same as above

Minimal reproduction project (MRP)

.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions