Hi Simon,
  Have you tried http://www.squeaksource.com/LightweightClasses.html ?
It's in an experimental stage, but I've used it succesfully for the
recursive debugger problem. You may load it in Pharo-Core this way  :

Gofer new
        squeaksource: 'LightweightClasses';
        addPackage: 'ParametrizedCompiler';
        addPackage: 'LightweightClasses';
        addPackage: 'OBLightweightClass';               
        load;
        recompile.

Cordialement,

Hernán

2009/11/30 Simon Denier <[email protected]>:
>
> Unfortunately, this is an issue which I cant easily reproduce, at least not
> without a third party tool (1525). Now I would like the general
> opinion/experience of debugging Morphic code especially in threads.
> Usually an exception raised from within Morphic code pops up a debugger as
> usual. However, from time to time, or for more complicated stuff, the
> situation runs out of hand and tons of debugger pop up everywhere because
> the same faulty gets obviously executed again and again.
> Now can somebody with some Morphic knowledge explain how this is supposed to
> work and how to deal with such issues?
> --
>  Simon
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to