MiniDebugger.st
changeset 23443 405ef3cf813b
parent 22830 00ba7fc7bdca
child 23519 01b8a5b41a2f
--- a/MiniDebugger.st	Sun Oct 14 19:40:23 2018 +0200
+++ b/MiniDebugger.st	Sun Oct 14 21:17:58 2018 +0200
@@ -95,6 +95,8 @@
     StepInterruptPending := nil.
 
     Error handle:[:ex |
+        'MiniDebugger caught (& ignored): ' _errorPrintCR.
+        ex _errorPrintCR.
         ex return
     ] do:[
         thisContext isRecursive ifTrue:[