<span style="background: yellow none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">Hernán</span>: What little but very useful thing! I hope this to be in standard squeak and <span style="background: yellow none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">pharo</span> images.<br>

<br>
Thanks for it!<br>
<br>
Mariano<br><br><div class="gmail_quote">On Sun, Jan 11, 2009 at 1:03 PM, Hernán Morales Durand <span dir="ltr">&lt;<a href="mailto:hernan.morales@gmail.com">hernan.morales@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all,<br>&nbsp; You can use again the &quot;Watch It&quot; debugging functionality written by Ned Konz back in 2002. This is the description: <br><br>&quot;This adds a &#39;watch it&#39; choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. It can be used, for instance, from the Debugger to display an instance variable as your program runs.&quot;<br>

<br>Test 1:<br>Paint and select &quot;watch it&quot; from the menu:<br><br>World currentHand cursorPoint <br><br>Test 2:<br>&quot;debug it&quot; the following lines, once inside the debugger, paint the &quot;collection&quot;, select &quot;watch it&quot; and voilŕ!<br>

<br>| collection |<br>collection := #(1 2 3 4) asOrderedCollection.<br>collection add: 88.<br>collection add: 99.<br>collection<br><br>Tested under:<br>-Squeak3.9<br>-Squeak3.10.2<br>-Pharo0.1Core-10201<br><br>Cheers<br>
<font color="#888888"><br>
Hernán<br>
</font><br><br>
<br></blockquote></div><br>