6 ms·
Just FYI, finally in C++ you can add a top-level exception handler and call boost::stacktrace::from_current_exception (https://www.boost.org/releases/1.85.0/ ht
by StellarScience 3mo ago
Just FYI, finally in C++ you can add a top-level exception handler and call boost::stacktrace::from_current_exception (https://www.boost.org/releases/1.85.0/ https://www.boost.org/releases/1.85.0/), and get a stack trace on exit as helpful as in Python or Java.