How do I debug an exported project?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By boxxy26

My project runs perfectly fine through Godot and the debug there shows no errors.

However when I export the game and try to launch it it crashes immediately, I wanted to know if it was possible to debug an exported version of the project to see what the problem is.

Have you been exporting builds with debugging enabled? If so, try running the game from the command line/prompt, and it may put out important messages.

Ertain | 2022-04-21 05:00