Json element names are traditionally pascalCase. The main.cpp file line 58 checks for "WaitForDebugger" instead of "waitForDebugger" and therefore never waits.
This only affects the debug build, but is needed when you want to debug the launcher itself.
Json element names are traditionally pascalCase. The main.cpp file line 58 checks for "WaitForDebugger" instead of "waitForDebugger" and therefore never waits.
This only affects the debug build, but is needed when you want to debug the launcher itself.