DebugView.st
changeset 12899 0ea0074d5edb
parent 12884 399d8af76101
child 12915 8c1d79091fa4
--- a/DebugView.st	Fri Jun 14 13:18:15 2013 +0200
+++ b/DebugView.st	Fri Jun 14 13:18:44 2013 +0200
@@ -7697,6 +7697,7 @@
              give it to the (lower right) inspector
             "
             Error handle:[:ex |
+                'DebugView [warning]: *****************************' errorPrintCR.
                 'DebugView [warning]: error while accessing context: ' errorPrint.
                 ex description errorPrintCR.
                 contextInspector inspect:nil.
@@ -8335,15 +8336,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.590 2013-06-07 13:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.591 2013-06-14 11:18:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.590 2013-06-07 13:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.591 2013-06-14 11:18:44 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.590 2013-06-07 13:30:56 stefan Exp $'
+    ^ '$Id: DebugView.st,v 1.591 2013-06-14 11:18:44 cg Exp $'
 ! !