This commit is contained in:
Phil Nash 2011-02-24 09:45:57 +00:00
commit a691e69dae
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
#else
#define BreakIntoDebugger() if( Catch::AmIBeingDebugged() ) {__asm__("int $3\n" : : );}
#endif
#else
#define BreakIntoDebugger()
#endif
#elif defined(__WIN32__) && defined(_MSC_VER)