And of course, the download link is: <a title="static project url" href="http://www.squeaksource.com/WatchIt.html">http://www.squeaksource.com/WatchIt.html</a><br><br><div class="gmail_quote">2009/1/11 Hernán Morales Durand <span dir="ltr">&lt;<a href="mailto:hernan.morales@gmail.com">hernan.morales@gmail.com</a>&gt;</span><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></blockquote></div><br>