TestBrowser freezes - how to debug

Martin Drautzburg martin.drautzburg at web.de
Tue Apr 1 06:23:20 UTC 2003


Ned Konz <ned at bike-nomad.com> writes:


> > One thing I don't understand is when I evaluate "submorphs
> > includes: scrollBar" from the walkback I get a "true". But
> > obviously showScrollBar did not return though.
> >
> > showScrollBar
> > 	(submorphs includes: scrollBar)
> > 		ifTrue: [^ self].
> > 	self resizeScrollBar.
> > 	self privateAddMorph: scrollBar atIndex: 1.
> > 	"scrollBar changed."
> > 	retractableScrollBar
> > 		ifFalse: [self resetExtent]
> 
> By the time the debugger has come up, you've managed to re-draw the 
> world.

So what I see in the Debugger is the *current* state of the objects
not the state at the time of execution ? It this a block closures
issue ?



More information about the Squeak-dev mailing list