Debugging View problem

已回答

How can i change my array in debugging with indexes like real one?

0

Could you please clarify the question? What exactly do you want to change in the debug array view?

0
Avatar
Permanently deleted user

I mean not from top to bottom, from left to right

0

You can't change how arrays are displayed in the debugger view, they will be vertical in all cases.

0

However, you can customize the data renderer for the array type in the debugger like this (so that you can leave it collapsed):

1

请先登录再写评论。