diff --git a/internal/catch_debugger.hpp b/internal/catch_debugger.hpp index 2e6970dc..306d490a 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 )