Debugging View problem
Answered
How can i change my array in debugging with indexes like real one?

Please sign in to leave a comment.
Could you please clarify the question? What exactly do you want to change in the debug array view?
I mean not from top to bottom, from left to right
You can't change how arrays are displayed in the debugger view, they will be vertical in all cases.
However, you can customize the data renderer for the array type in the debugger like this (so that you can leave it collapsed):