ProcessBrowser

Ned Konz ned at squeakland.org
Thu Nov 20 00:06:20 UTC 2003


On Wednesday 19 November 2003 3:13 pm, Michael Roberts wrote:
> I am trying to find out why this happens, but I was wondering if the
> process browser is something that can be debugged normally?  
>
> I do a debug-it on ProcessBrowser new openAsMorph
>
> It seems as I step through the methods I keep on getting new instances of
> its system window opening in the world.  The debugger also sometimes
> doesn't always honour the step button and I end up in BlockContext>>on:do:
> with the last line highlighted.  This seems strange.  I haven't ever seen
> this before, but that isn't really saying anything.

When you do a "debug it" you're executing code in a new Process. Which isn't 
really what you want when you're debugging Morphic (because you want 
everything to run in the Morphic Process).

Instead, try a "do it" on:

	ProcessBrowser new halt openAsMorph





More information about the Squeak-dev mailing list