Developing C++ Extension: Godot is crashing randomly. Where can I see the log of what happened?

Godot Version

4.5 windows 11

Question

Hello all,
I enabled the logs in the editor in Project Settings under the File Logging section, but it doesn’t write any exception data there. I develop my C++ code in VSCode on Windows, and when compiling and switching focus to the editor, it just crashes.
How to get any hint what is happening ?

  • When you download Godot it comes with a console version that will launch a terminal to print debug information to. (godot_*.console.exe)
  • Alternatively, launch the normal executable from a command-line. With this option you also get to use the argument --verbose