diff --git a/internal/catch_debugger.hpp b/internal/catch_debugger.hpp index f8306e71..d318ab2c 100644 --- a/internal/catch_debugger.hpp +++ b/internal/catch_debugger.hpp @@ -96,6 +96,7 @@ } #else inline void BreakIntoDebugger(){} + inline bool isDebuggerActive() { return false; } #endif inline void writeToDebugConsole( const std::string& text )