Searched defs:CATCH_BREAK_INTO_DEBUGGER (Results 1 – 5 of 5) sorted by relevance
55 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro57 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
10 #define CATCH_BREAK_INTO_DEBUGGER() custom_debug_break() macro
2014 #define CATCH_BREAK_INTO_DEBUGGER() \ macro2020 … #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) {__asm__("int $3\n" : : );} macro2025 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { __debugbreak(); } macro2028 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { DebugBreak(); } macro2032 #define CATCH_BREAK_INTO_DEBUGGER() Catch::alwaysTrue(); macro
7918 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro7920 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
7973 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro7975 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro