GDBDebugger.st
changeset 25 58e042a191a9
parent 23 a7eb888c81b5
child 35 c17ecf90e446
--- a/GDBDebugger.st	Mon Jun 23 09:45:16 2014 +0100
+++ b/GDBDebugger.st	Tue Jun 24 00:55:57 2014 +0100
@@ -165,11 +165,13 @@
 
     connection eventPumpStart.
     connection eventDispatchStart.
+    Delay waitForMilliseconds:100.  
 
 "/    self send: (GDBMICommand inferiorTtySet: driver inferiorPTY name).
     self send: (GDBMI_inferior_tty_set arguments: { connection inferiorPTY name })
 
     "Created: / 20-06-2014 / 21:45:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-06-2014 / 23:44:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 release