Add a custom exception hook to prevent application crashes from unhanded exceptions, show a message box with the exception stack trace and do not quit the application.
Background: on Windows OS users typically launch applications without using a terminal, so when the application crashes, a stack trace isn't available.
Add a custom exception hook to prevent application crashes from unhanded exceptions, show a message box with the exception stack trace and do not quit the application.
Background: on Windows OS users typically launch applications without using a terminal, so when the application crashes, a stack trace isn't available.