How can I get a debuggable version of my game to load in the editor?

Another trick you can do is put PRAGMA_DISABLE_OPTIMIZATION at the top of the file and PRAGMA_ENABLE_OPTIMIZATION at the bottom of a file for any file you want unoptimized. This way you don’t have to build a whole other configuration and the rest of your code still runs just as fast.