VDBDebuggerConsoleApplication.st
changeset 39 d2afdbaaabdb
parent 35 f6e4876af2e7
child 40 d766d4c854a2
--- a/VDBDebuggerConsoleApplication.st	Mon Mar 02 07:12:38 2015 +0000
+++ b/VDBDebuggerConsoleApplication.st	Sun Mar 08 15:50:52 2015 +0000
@@ -157,7 +157,7 @@
                         cmd runOnBackground: true.  
                     ].
                     outstandingCommand := cmd.
-                    debugger send: cmd wait: false. 
+                    debugger send:cmd andWait:false. 
                     outstandingCommandBlocker wait.
                 ] loop. 
             ] newProcess.