Debugging View problem

Answered

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

0
4 comments

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

Please sign in to leave a comment.