Hi guys,
If I run an executable that throws an exception ( built in debug ), I will receive an error dialog, saying something like "Debug assertion failed" and then some information about the exception. While this happens, the program's execution is suspended, until I choose one of "Abort", "Retry" or "Ignore" options.
The thing is, I run a lot of applications from a script, and if one of them throws an exception, it pauses my script until it's handled.
Is there someway to disable this exception handling mechanism?