diff -r 9b861cb882c8 -r d2afdbaaabdb VDBDebuggerConsoleApplication.st --- 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.