mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 04:45:39 +02:00
Added isDebuggerActive for non Windows and Mac platforms.
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
#define BreakIntoDebugger() if (IsDebuggerPresent() ) { __debugbreak(); }
|
||||
#else
|
||||
inline void BreakIntoDebugger(){}
|
||||
inline bool isDebuggerActive() { return false; }
|
||||
#endif
|
||||
|
||||
inline void writeToDebugConsole( const std::string& text )
|
||||
|
Reference in New Issue
Block a user