#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 13 Apr 2019 05:35:31 +0200
changeset 18742 87e567b55dad
parent 18741 ec0001a2815b
child 18743 bec660fe7335
#FEATURE by cg class: DebugView changed: #showSelection:
DebugView.st
--- a/DebugView.st	Fri Apr 12 05:47:30 2019 +0200
+++ b/DebugView.st	Sat Apr 13 05:35:31 2019 +0200
@@ -9999,6 +9999,8 @@
                     ].
                     ('DebugView [info]: error at %1 when showing selection in debugger ignored'
                         bindWith:ex suspendedContext) infoPrintCR.
+                    ('DebugView [info]: error is: %1 (param:%2 text:%3)'
+                        bindWith:ex description with:ex parameter with:ex messageText) infoPrintCR.
                     s := '' writeStream.
                     s nextPutLine:'**** error in debugger, while extracting source'.
                     s nextPutLine:'****'.
@@ -10028,6 +10030,7 @@
         ]
 
     "Modified: / 19-07-2012 / 10:56:58 / cg"
+    "Modified: / 13-04-2019 / 05:24:39 / Claus Gittinger"
 !
 
 showStackInspectorFor:con