diff -r 4a0483e61280 -r 3438bb87dda0 DebugView.st --- a/DebugView.st Wed Jul 04 18:51:23 2007 +0200 +++ b/DebugView.st Fri Jul 06 14:41:57 2007 +0200 @@ -104,6 +104,8 @@ ! reinitialize + "reinitialize after an image-restart" + self newDebugger ! ! @@ -6040,7 +6042,7 @@ !DebugView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.416 2007-05-21 12:21:20 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.417 2007-07-06 12:41:57 cg Exp $' ! ! DebugView initialize!