You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Instead of value of item 100 value of item 0 is shown in debugger for list & bytes. see screenshot
Steps To Reproduce
run the test and look at ${list} and ${bytes} in debugger
*** Settings ***Library Collections
*** Test Cases ***test${list} = Create List
FOR ${i} IN RANGE 200
Append To List ${list}${i}
END
Log To Console ${list}${bytes} = Convert To Bytes ${list}
Log To Console ${bytes}
in the console you can see that values in list are from 0 to 199
in debugger value for index 100 is 0
Expected behavior
index 100 should show the correct value
Screenshots/ Videos
Desktop (please complete the following information):