ide/debugger: fixed ide crash on exit during a debugging session.
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 7 Sep 2013 13:34:25 +0000 (09:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 10 Sep 2013 18:35:50 +0000 (14:35 -0400)
ide/src/debugger/Debugger.ec

index 10ece58..a37b55c 100644 (file)
@@ -2556,6 +2556,7 @@ class Debugger
       _dpl2(_dpct, dplchan::debuggerCall, 0, "Debugger::GdbExit()");
       if(gdbHandle && gdbProcessId)
       {
+         gdbTimer.Stop();
          GdbCommand(false, "-gdb-exit");
 
          if(gdbThread)