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

请先登录再写评论。
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):