ide;debugger; (#986) fixed the appearance of a bad state when a command fails and...
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 29 Aug 2013 14:34:59 +0000 (10:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 29 Aug 2013 21:53:56 +0000 (17:53 -0400)
ide/src/debugger/Debugger.ec

index 369d77d..ca6657e 100644 (file)
@@ -2073,7 +2073,6 @@ class Debugger
    void GdbExecCommon()
    {
       //_dpl2(_dpct, dplchan::debuggerCall, 0, "Debugger::GdbExecCommon()");
-      ClearBreakDisplay();
       GdbBreakpointsInsert();
    }
 
@@ -3406,6 +3405,7 @@ class Debugger
             {
                waitingForPID = true;
                setWaitingForPID = true;
+               ClearBreakDisplay();
             }
             else if(!strcmp(outTokens[0], "^exit"))
             {