Hello there, new Kha user here.
So, I'm trying to compile in debug mode on windows native, but I'm having problems.
I tried running the following commands:
node Kha/make.js --compile --debug
node Kha/make.js --run --debug
Both of the commands seems to be doing a release build (creating a release folder and not showing stack traces on exceptions).
I think I'm missing something..
Thanks for the help.