mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Added isDebuggerActive for non Windows and Mac platforms.
This commit is contained in:
parent
7a4b215dd3
commit
a1e5e9ffa2
@ -96,6 +96,7 @@
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
inline void BreakIntoDebugger(){}
|
inline void BreakIntoDebugger(){}
|
||||||
|
inline bool isDebuggerActive() { return false; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline void writeToDebugConsole( const std::string& text )
|
inline void writeToDebugConsole( const std::string& text )
|
||||||
|
Loading…
Reference in New Issue
Block a user