Choose which index to preview in a for each loop

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?

2 Likes

hi guest, this is an old wish and will come once we get the time to revisit the debugging side.

this not only applies to loops, every data type could be instantiated many times and it would be helpful to choose which instance to inspect. so please be patient for now and try to find a workaround…

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