mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
turning off brekapoint for now on windows; afraid it will make _DEBUG win buildbot flaky
This commit is contained in:
parent
2e1be2738a
commit
e6452738d8
@ -79,7 +79,7 @@ namespace mongo {
|
||||
if ( tlogLevel < 0 )
|
||||
return;
|
||||
#ifdef _WIN32
|
||||
DEV DebugBreak();
|
||||
//DEV DebugBreak();
|
||||
#endif
|
||||
#ifndef _WIN32
|
||||
// code to raise a breakpoint in GDB
|
||||
|
Loading…
Reference in New Issue
Block a user