Hi all<br>
<br>
I'm rediscovering halt and finding it excellent...<br>
<br>
So I just send this mail to see how people use it... etc etc...<br>
<br>
self halt allows to interurpt code and open a debuger then we're able:<br>
- to inspect all objects (really useful for objects that are not inspectable in a workspace like seaside component)<br>
- follow code message flow (over get to the new one - inside go in the
sent message code - through enter code in a block) : it took me time to
use it (nearly) properly<br>
- to code directly in the debugger ! (didn't do before but what a time
saver !&nbsp; I put self halt in some empty method and then you can
write code (autocompletion works too :) ), then saving revert the
current method that you can follow to see if it's doing what's expected
:) :)&nbsp;&nbsp; really really&nbsp; great !&nbsp; why I didn't use
that before ;)<br>
<br>
<br>
Noury sent a mail about self haltOnce to avoid recursion<br>
<br>
First you should enable halt once (message setHaltOnce).
<br>
More in category 'debugging-haltOnce' in Object.&nbsp;
never used though ;)<br>
<br>
If you have any other remarks concerning the use of halt.. or other related &quot;tool&quot;...<br>
<br>
See you<br>
<br>
Cédrick<br>
<br>
<br>
<br>
<br>