[BUG] "method source with it" broken in 2.8alpha

Dan Ingalls Dan.Ingalls at disney.com
Wed Mar 1 23:26:38 UTC 2000


Doug Way <dway at mat.net> wrote...
>By the way, is there some way to get a hold of the text of a debugger's
>error stack?  I wanted to post some of the stack in this message, but I
>didn't see any easy way to do it.  Something like "file out stack" or
>"edit stack text" added to the stack menu might be nice.  I also used the
>Morphic halo to get to the PluggableListMorph's menu, but didn't see
>anything there either.

Ubetcha...

Among other things, Squeak writes the file...
	SqueakDebug.log
...whenever it brings up a debugger.

Browse implementors of...
	Smalltalk logError: aString inContext: aContext to: 'SqueakDebug.log'
...to see how it is done.

	- Dan






More information about the Squeak-dev mailing list