StéphaneDucasse

Results 346 comments of StéphaneDucasse

Yes we should revise this part.

@isCzech are you interested in this issue?

Thanks Pavel. I should say that I'm super frustrated with Pharo and the shortcut. Most of the time I want to see a browser on the class of the method...

BTW I do not understand what this highresclock as anything to do with a namespace or related.

This is a really interesting discussion.

OK I see what you are saying is that we need to know information about the UI Process. Let us talk with G and P.

``` unhandledErrorAction "No one has handled this error, then I gave them a chance to decide how to debug it and I raise an UnhandledError. But it was not handled...

Denis an exception can have a callback that can be configured externally! And when the debugger gets loaded it can just say please call me back that way. And there...

Easy my mechanism is called class variable ``` Exception sharedVariables: {DefaultCallBack} defaultCallBack DefaultCallBack ifNil: [ :ex | StdOut > unhandledErrorAction ^ DefaultCallBack value: self ``` Note that we could also...