Dec. 16, 2011
8:34 a.m.
On 16.12.2011 09:25, Kasper Ãsterbye wrote:
Hi all,
I have spend some time fiddling with Pharo, wonderful!
I have always had a tendency to redefine vital methods in ST, and sometimes that kills it (typically it just hangs). Pharo seems a little more prone to that than what I was used to. In particular, I seem to have a tendency to spot methods where inserting a "self halt" will cause the pre-debugger to open a new pre-debugger to open a new pre-debugger to....
My question is - are there any guidelines on when I should just live with it, or if it is a bug?
Best,
Kasper Halting in a method used to display the debugger will break any smalltalk I regularily use, at least. Which is why I like using haltOnce :)
Cheers, Henry