Where to download the executable file along with the c ++ debugger

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

Where to download the executable file along with the c ++ debugger

To immediately see errors in the release version

Could you please elaborate on what you’re asking? What’s the “release version”? What executable files and C++ debugger are you talking about?

Ertain | 2020-08-29 06:35

I understand that the executable file of the game can be compiled with some debugger to watch errors in the game. Can I download it?

kufyweruk | 2020-08-30 18:20

There are export templates that have debugging in them. Look to the documentation for details on exporting a project. There should be a box in the export dialogs which says to export the game with debugging.

Ertain | 2020-08-30 23:32