Index: /trunk/src/VBox/Debugger/DBGConsole.cpp
===================================================================
--- /trunk/src/VBox/Debugger/DBGConsole.cpp	(revision 35828)
+++ /trunk/src/VBox/Debugger/DBGConsole.cpp	(revision 35829)
@@ -285,5 +285,5 @@
     /** @todo Replace this with a sh/ksh/csh/rexx like toplevel language that
      *        allows doing function, loops, if, cases, and such. */
-    int rc = 0;
+    int rc = VINF_SUCCESS;
     while (pDbgc->cInputLines)
     {
@@ -343,4 +343,5 @@
             || rc == VWRN_DBGC_CMD_PENDING)
             break;
+        rc = VINF_SUCCESS; /* ignore other statuses */
     }
 
