DebugView.st
changeset 18169 9f28fdbb4afe
parent 18158 5afedb870fe0
child 18177 739543da9f6d
--- a/DebugView.st	Thu May 31 11:59:33 2018 +0200
+++ b/DebugView.st	Thu May 31 12:02:13 2018 +0200
@@ -5407,8 +5407,7 @@
 
 doGotoRaisingMethod
     "select the (next) context where the exception was raised.
-     This is a great helper, when you press interrupt while a modal dialog is open, 
-     to quickly navigate to the corresponding opening code of your application"
+     This is a great helper, to quickly navigate to the code which is responsible for the error"
 
     |idx|
 
@@ -5442,12 +5441,13 @@
             ^ self.
         ]
     ].
-    "/ not found
+    "/ #doRaise not found
     self beepInEditor.
     "/ gotoRaisingMethodButton disable.
 
     "Created: / 30-11-2017 / 12:18:36 / cg"
     "Modified: / 30-11-2017 / 13:20:29 / cg"
+    "Modified (comment): / 31-05-2018 / 10:52:24 / Claus Gittinger"
 !
 
 doInspectProcess