VDBWindowsDebuggerConsoleApplication.st
changeset 70 66ae724f4269
parent 52 956f5bcac948
child 71 7329192efb9d
--- a/VDBWindowsDebuggerConsoleApplication.st	Tue Mar 27 09:02:52 2018 +0100
+++ b/VDBWindowsDebuggerConsoleApplication.st	Tue Mar 27 09:03:27 2018 +0100
@@ -200,11 +200,12 @@
 !
 
 updateAfterCommandHolderChanged
-    pendingCommand isNil ifTrue:[
+    (pendingCommand isNil and:[commandHolder value notEmptyOrNil]) ifTrue:[
         self send: commandHolder value.
     ]
 
     "Created: / 08-01-2018 / 18:39:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-03-2018 / 18:13:52 / jv"
 ! !
 
 !VDBWindowsDebuggerConsoleApplication methodsFor:'event handling'!
@@ -265,3 +266,10 @@
     "Created: / 08-01-2018 / 18:50:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!VDBWindowsDebuggerConsoleApplication class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+