ProcessBrowser

Michael Roberts mike at mjr104.co.uk
Thu Nov 20 08:18:11 UTC 2003


Hi Ned,

thanks for all your thoughts.  To answer your questions, basically...err no!  I hadn't seen the fixes, so haven't loaded them and didn't appreciate the priority issue.  I will take all these on board and let you know how I get on.

Cheers

Mike

On Wed, Nov 19, 2003 at 04:06:20PM -0800, Ned Konz wrote:
> 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