diff --git a/uppsrc/ide/Debuggers/Pdb.cpp b/uppsrc/ide/Debuggers/Pdb.cpp index 58735b47c..54f86f093 100644 --- a/uppsrc/ide/Debuggers/Pdb.cpp +++ b/uppsrc/ide/Debuggers/Pdb.cpp @@ -339,14 +339,14 @@ Pdb::~Pdb() ContinueDebugEvent(event.dwProcessId, event.dwThreadId, DBG_CONTINUE); TerminateProcess(hProcess, -1); // TerminateProcess should take care of everything... - do { +/* do { if(!WaitForDebugEvent(&event, 1500)) break; if(!ContinueDebugEvent(event.dwProcessId, event.dwThreadId, DBG_CONTINUE)) break; } while(event.dwDebugEventCode != EXIT_PROCESS_DEBUG_EVENT); - CleanupOnExit(); +*/ CleanupOnExit(); } StoreToGlobal(*this, CONFIGNAME); IdeRemoveBottom(*this);