1
General / Re: SFML disables error output on exception termination (c++)
« on: November 20, 2021, 10:28:01 am »
These are debugging exceptions. The unrecoverable ones you expect to throw when reading invalid data or while developing. Missing input files, invalid data format and such.
Of course I could just put a try/catch around my entire main loop and print but I still want to find out why this happens.
Of course I could just put a try/catch around my entire main loop and print but I still want to find out why this happens.