Debug TArray Element

I have a TArray with 30k items, is there any way to view a specific debug expression to view a specific element?

eg MyArray[123]

 

Thanks for any help

0
4 comments

Had great success using the Debugger Output ( LLDB) Window

e.g.

(lldb) frame variable MyArray[123]

0

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.

0

Hi Bobcober

Glad to hear you've found a solution. 

Hi Eryk Dykiel

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! 

0

Hi Alexanda, thank you for the suggestion. I've created a bug report, I hope it will help.

0

Please sign in to leave a comment.