Skip to content

Capture and print exception backtrace

Rosen Matev requested to merge rmatev/Gaudi:exception-backtrace into master
  • Move definitions (except getters and setters) to .cpp.
  • Remove unnecessary mutability of members.
  • Only capture backtrace when ENABLE_BACKTRACE environment variable is set and the exception is constructed with !code.isSuccess().
  • Add a test that checks for the presence of a backtrace.
  • Deal with chained exceptions.
Edited by Rosen Matev

Merge request reports