Lines Matching refs:isDebuggerActive
2004 bool isDebuggerActive();
2015 if( Catch::isDebuggerActive() ) { \
2020 … #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) {__asm__("int $3\n" : : );}
2025 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { __debugbreak(); }
2028 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { DebugBreak(); }
7050 colourMode = !isDebuggerActive() in platformColourInstance()
7110 colourMode = (!isDebuggerActive() && isatty(STDOUT_FILENO) ) in platformColourInstance()
7890 bool isDebuggerActive(){ in isDebuggerActive() function
7926 bool isDebuggerActive() { in isDebuggerActive() function
7933 bool isDebuggerActive() { in isDebuggerActive() function
7939 inline bool isDebuggerActive() { return false; } in isDebuggerActive() function