diff -r 6fb063972a63 -r 1931a6f4b1cf DebugView.st --- a/DebugView.st Fri Jan 10 14:17:19 1997 +0100 +++ b/DebugView.st Fri Jan 10 16:15:50 1997 +0100 @@ -2725,7 +2725,7 @@ "/ #destroy-window function. "/ Context invalidReturnSignal handle:[:ex | - 'DEBUGGER: OOPS - non regular debugView closing' infoPrintCR. + 'DebugView [info]: OOPS - non regular debugView closing' infoPrintCR. DebugView newDebugger. ex return. ] do:[ @@ -2737,7 +2737,7 @@ ] ]. ]. - 'DEBUGGER: OOPS - non regular debugView closing' infoPrintCR. + 'DebugView [info]: OOPS - non regular debugView closing' infoPrintCR. DebugView newDebugger. ]. @@ -2763,7 +2763,7 @@ super destroy "/ 1.12.94 - "Modified: 22.10.1996 / 12:00:00 / cg" + "Modified: 10.1.1997 / 15:37:32 / cg" ! showSelection:lineNr @@ -3043,5 +3043,5 @@ !DebugView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.120 1997-01-08 16:39:54 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.121 1997-01-10 15:15:50 cg Exp $' ! !