mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-30 23:24:47 +02:00

Don't duplicate Catch::isDebuggerActive() check many times, do it just once in CATCH_BREAK_INTO_DEBUGGER() definition and use a separate CATCH_TRAP() macro for the really platform-dependent part.