tnz
February 9, 2024, 5:28am
1
Godot Version
4.2.1.stable.mono
Question
Hello. The godot.log file in the user directory doesn’t appear to list engine errors. I know I can send my own error messages there (if I catch them), but I’d like to see all the thrown errors.
Appreciate any help. Thank you!
Can you give an example of an engine error that doesn’t appear in the log file?
tnz
February 9, 2024, 9:40pm
3
An example would be a System.NullReferenceException. You can trigger it with something trivial like:
string aNullString = null;
GD.Print(aNullString.Length);
The NRE will appear in the debugger tab, but not the godot.log file.
Calinou
February 10, 2024, 3:27pm
4
system
Closed
March 11, 2024, 3:27pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.