ide/debugger: Fixed debug logging of GDB commands
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 07:54:19 +0000 (03:54 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 08:25:06 +0000 (04:25 -0400)
ide/src/debugger/Debugger.ec

index a4af8d3..a1d7e41 100644 (file)
@@ -3289,7 +3289,8 @@ class Debugger
       
 #if defined(GDB_DEBUG_CONSOLE) || defined(GDB_DEBUG_GUI)
 #ifdef GDB_DEBUG_CONSOLE
-      _dpl2(_dpct, dplchan::gdbOutput, 0, output);
+      // _dpl2(_dpct, dplchan::gdbOutput, 0, output);
+      puts(output);
 #endif
 #ifdef GDB_DEBUG_OUTPUT
       {