Aug. 19, 2012
12:55 a.m.
Sean P. DeNigris wrote:
Igor Stasenko wrote
in pharo you can use Halt now. which is imo the right way to do it..
but i so get used to type 'self halt' .. its hard to get rid of bad habits. :)
One little carrot to use "Halt now." is that it opens the debugger on the method with the halt in it instead of on Object>>halt, where you go to be punished for using "self halt" ;) I just found that out because after fighting to remove "self halt", I didn't get rid of my bad habit either, ha ha
- S
Except that in Pharo 1.4 the 'Halt now' line is not highlighted upon entering the debugger. Probably not required to be fixed for 1.4 but perhaps could be checked for 2.0. cheers -ben