Skip to content
Snippets Groups Projects
Commit ba3e7626 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1303: catch exceptions by default in IONProc

parent 81ff7a9d
Branches
Tags
No related merge requests found
...@@ -65,6 +65,9 @@ extern "C" { ...@@ -65,6 +65,9 @@ extern "C" {
// if exceptions are not caught, an attempt is made to create a backtrace // if exceptions are not caught, an attempt is made to create a backtrace
// from the place where the exception is thrown. // from the place where the exception is thrown.
//
// JD: if exceptions are caught, a backtrace is produced now as well,
// plus the actual exception is printed. So that's preferable as a default.
#define CATCH_EXCEPTIONS #define CATCH_EXCEPTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment