Show list without resizing

I want to show the contents of a list while the program is running, in order to show how an algorithm is manipulating the list. But when I run the code, the list resizes to show only the first three entries. How can I stop it from doing that?

Welcome to the forums!

You can right click on a list reporter and select "open in dialog":

imatge

That will open the list watcher in a separate window that will keep its dimensions as the list changes:

out

Also, the watcher won't resize if you say DELETE (ALL) OF (LIST) rather than SET (LIST) TO (LIST ◄►). The latter makes a new watcher.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.