#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Apr 2018 09:57:53 +0200
changeset 18053 4dbd16cc7512
parent 18052 ea6822165286
child 18054 3bb54349d57e
#REFACTORING by cg class: DebugView changed: #controlLoopCatchingErrors
DebugView.st
--- a/DebugView.st	Tue Apr 24 09:57:13 2018 +0200
+++ b/DebugView.st	Tue Apr 24 09:57:53 2018 +0200
@@ -8570,7 +8570,7 @@
                 "/
                 ex catchInDebugger ifTrue:[
                     'DebugView [info]: ',signal printString,'-signal in debugger caught for close' infoPrintCR.
-                    self halt. "/ self destroy.
+                    self breakPoint:#cg. "/ self destroy.
                     ex reject
                 ].