Does anyone know how to see log messages (either in Visual Studio or in the Godot editor) when running a Godot game from Visual Studio?
I tried: GD.Print(), Trace.Write(), Debug.Write() - none shows up in the VS Output window or in the Godot editor if the game was started from Visual Studio.
Thanks