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><br>
Hernán<br>