1 Dec 2009 07:01
Re: Is there something wrong in debugging in the Morphic thread?
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 <simon.denier <at> inria.fr>: > > 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 > Pharo-project <at> lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list Pharo-project <at> lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
RSS Feed