DebugView.st
changeset 99 850af345d03e
parent 93 dda97353e775
child 100 e481569337c2
--- a/DebugView.st	Tue May 09 03:59:45 1995 +0200
+++ b/DebugView.st	Wed May 10 04:32:48 1995 +0200
@@ -29,7 +29,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.33 1995-05-03 01:12:21 claus Exp $
+$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.34 1995-05-10 02:32:30 claus Exp $
 '!
 
 !DebugView class methodsFor:'documentation'!
@@ -50,7 +50,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.33 1995-05-03 01:12:21 claus Exp $
+$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.34 1995-05-10 02:32:30 claus Exp $
 "
 !
 
@@ -1546,6 +1546,7 @@
 	m enable:#implementors.
 	m enable:#senders.
 	m enable:#inspectContext.
+	m enable:#browseClass.
 
 	(method notNil and:[method isWrapped]) ifTrue:[
 	    m enable:#removeBreakpoint.