I'm not sure if it is a limitation or not but here it is what I get.
When I set a breakpoint into a FOR loop cycle I'm not able to inspect the new object created within the loop while in the debugging view.
I'm able to inspect other sprites (Sprite2.0) or the original one (Sprite1.0)but not the objects created into the loop (Sprite1 from 1 to 8 IID)
As soon as the loop finish I'm able to inspect all objects.
This is a screenshot of the debug. The 5 red squares on the left are the iiD from 1 to 5
the screenshot of the code:
I suspect it is a limitation of the loop but please let me know.
thanks