DebugView.st
changeset 3580 61ea1626f2ab
parent 3570 da6d661593d8
child 3591 754970803c0f
--- a/DebugView.st	Mon Feb 18 18:31:17 2002 +0100
+++ b/DebugView.st	Wed Feb 20 21:48:11 2002 +0100
@@ -1131,6 +1131,7 @@
 
     verboseBacktrace := VerboseBacktraceDefault ? false.
 
+    thisContext sender fixAllLineNumbers. "/ _CONTEXTLINENOS(s)
     debuggersContext := thisContext.
     busy := cachable := true.
     inspecting := false.
@@ -5864,6 +5865,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.313 2002-02-11 19:49:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.314 2002-02-20 20:48:11 cg Exp $'
 ! !
 DebugView initialize!