hi, i just discovered that Halt signals the exception as unhandled one..

which, in own turn makes announcers who using on:fork: to _fork_ the process,
so when debugger opens you don't see who sent the announcement since
the bottom stack frame is #on:fork:

Now if you change

Halt>>defaultAction

        ^ UIManager default unhandledErrorDefaultAction: self
        
"       UnhandledError signalForException: self "

things is much better, since i can see whole stack...

I find it strange, why to open debugger with halt, one must signal
other exception (which is UnhandledError)?

UnhandledError ~~ Halt!!!


-- 
Best regards,
Igor Stasenko.

Reply via email to