mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 14:31:42 +00:00
* Add CATCH_CONFIG_FORCE_FALLBACK_STRINGIFIER to force use of ToStr in all cases. We can handle ints, etc, we don't need ostringstream, and this allows us to handle enums that would otherwise just be printed as their integer value. * Add CATCH_CONFIG_INLINE_DEBUG_BREAK which restores the Catch 1.0 behaviour of debugbreaks happening in macros and so in-line at the actual site failure. So the debugger stops on the CHECK() or REQUIRE() call instead of inside AssertionHandler::complete() Cherry pick from https://github.com/baldurk/renderdoc/commit/4232736fc21fc6a13a4de6997a5ae106598b225f