Visual Studio 2019 Debugging issue

Compiled new version today, at 2:44PM PST.

Attempt at debugging with debugging working directory $(ProjectDir).., results in immediate exit code 1.

Looking for advice on how to remedy the situation, new to the repository; first time compiling here. Hoping I can contribute to some bugfixes :slight_smile:

you need to make sure to compile in release mode
image
but that working directory is correct.

1 Like

Ah interesting, i set it to release in the overall solution but changing that drop down fixed it. Weird. Thanks :slight_smile:

Working directory should be set for each target and architecture combination.