DebugView.st
changeset 13411 4a1d147858a8
parent 13408 a29a1a5b7013
child 13412 23550f667aba
--- a/DebugView.st	Thu Aug 29 20:40:51 2013 +0200
+++ b/DebugView.st	Fri Aug 30 00:43:28 2013 +0200
@@ -2045,7 +2045,7 @@
             ex description infoPrintCR.
             ex proceed
         ] do:[
-            con unwindThenResend.
+            ^ con unwindThenResend.
         ].
         'DebugView [warning]: cannot resend selected context''s message' errorPrintCR
     ]
@@ -8867,15 +8867,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.622 2013-08-29 17:27:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.623 2013-08-29 22:43:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.622 2013-08-29 17:27:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.623 2013-08-29 22:43:28 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.622 2013-08-29 17:27:07 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.623 2013-08-29 22:43:28 cg Exp $'
 ! !