The foreach/repeat loop usually outputs the first output possible (if conditions are met). When I’m trying to debug in VL the first item of my sequence might be okay to debug, but the problems are often a little deeper in the set.
Using Getslice is fine to see a single part of the output but I often need to check why a combination of the logic and calculations have gone wrong.
Could we have a configuration for setting which index the loop previews?