DebugView.st
changeset 3702 cfbc382adfbe
parent 3701 ef73aac8e8d5
child 3723 250da8f1a968
--- a/DebugView.st	Tue Jul 09 16:10:10 2002 +0200
+++ b/DebugView.st	Tue Jul 09 16:39:17 2002 +0200
@@ -135,7 +135,7 @@
 
     <context: #return>
 
-    |active foundNoByteCodeContext c|
+    |active|
 
     StepInterruptPending := nil.
 
@@ -4390,7 +4390,7 @@
      Most complications here arise from filtering less-interesting contexts
      if not in verbose-context mode."
 
-    |con text method caller caller2 called called2 m count showIt c cc
+    |con text method caller caller2 called called2 m count c cc
      suspendContext calledBySuspendContext nm h calledContext|
 
     (contextArray size > 0 and:[aContext == (contextArray at:1)]) ifTrue:[
@@ -5872,6 +5872,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.322 2002-07-09 14:10:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.323 2002-07-09 14:39:17 stefan Exp $'
 ! !
 DebugView initialize!