Are you sure you are getting correct results? I'd like to have this working as well so I've tried your solution and it seems to just be indexing memory. Not sure if it jumps by 4B or 8B but doing MyArray[0] didn't give me the first element.
It seems like something may go wrong. Could you please reproduce the issue and create a new issue via `Help | Report a bug` with automatically attached logs? We'll take a look.
Had great success using the Debugger Output ( LLDB) Window
e.g.
(lldb) frame variable MyArray[123]
Are you sure you are getting correct results? I'd like to have this working as well so I've tried your solution and it seems to just be indexing memory. Not sure if it jumps by 4B or 8B but doing MyArray[0] didn't give me the first element.
Hi Bobcober!
Glad to hear you've found a solution.
Hi Bugg!
It seems like something may go wrong. Could you please reproduce the issue and create a new issue via `Help | Report a bug` with automatically attached logs? We'll take a look.
Thanks!
Hi Alexanda, thank you for the suggestion. I've created a bug report, I hope it will help.