Comment #5 on issue 2621 by
[hidden email]: haltOnce haltOnCount
http://code.google.com/p/pharo/issues/detail?id=2621For haltOnce, I don't think a comment is required. Any attempt merely what
the code already says. The source of the confusion is that the accessors
for the HaltOnce global are on the instance side of object. There'd be no
problem if the method read:
Smalltalk haltOnceEnabled
ifTrue: [Smalltalk clearHaltOnce.
^ self halt].
See issue
http://code.google.com/p/pharo/issues/detail?id=4714_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker