0
0
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:
Dwight 2010-12-29 12:53:02 -05:00
parent 2e1be2738a
commit e6452738d8

View File

@ -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