[squeak-dev] About controlling debugger popping up

stephane ducasse stephane.ducasse at free.fr
Tue Aug 5 16:32:27 UTC 2008


Hello list,

I was thinking how I would control the opening of debugger on deployed  
application.
Imagine I want to copy the stack and send it by email or something  
like that.

I could change the defaultAction of UnhandledError for example.

Now if I want to scope the control of popping debuggers I could use  
on:do:
and  I was wondering if there is an idiom. I was not sure that this is  
a good style to
do on: UnhandledError do: .... but may be I'm wrong

So how do you do it.

Stef
  



More information about the Squeak-dev mailing list