
Example 03: Hot-fix crash recovery

This example demonstrates how to use the hot-fix functionality to recover from crashes.
First, the required preferences for enabling the exception handler are set through some API calls.
The example then makes the code crash after approx. 1 second by causing an access violation,
and a division by zero.
Using the functionality provided by the exception handler in conjunction with hot-reload allows
you to recover from these crashes. The comments in the source code that makes the example crash
have more information.

Interesting things to look at and try out have been marked with "Live++" in the source code.

Try running the sample both with and without a debugger.
