** changed access to blockContexts source, args and vars -- please watch out
authorpenk
Tue, 19 Aug 2003 18:01:33 +0200
changeset 5088 76eec92d5511
parent 5087 2e2690e089a0
child 5089 9e3fd9d42002
** changed access to blockContexts source, args and vars -- please watch out
DebugView.st
--- a/DebugView.st	Tue Aug 19 18:00:55 2003 +0200
+++ b/DebugView.st	Tue Aug 19 18:01:33 2003 +0200
@@ -5641,7 +5641,6 @@
                              valueWithReceiver kind of method invocation;
                              if so, grab the method from the sender and show it
                             "
-                            
                             ((sender := homeContext sender) notNil
                             and:[((sender selector ? '') startsWith:'valueWithReceiver:')
                             and:[sender receiver isMethod]]) ifTrue:[
@@ -5895,7 +5894,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.344 2003-06-03 18:34:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.345 2003-08-19 16:01:33 penk Exp $'
 ! !
 
 DebugView initialize!