I have a problem with non-expandable results of an expression, executed in Debug Console.
If I attach the results of the expression to a variable in the real code, it expands successfully.
But if I run the same expression in Debug Console, I see only the first level of the array or object, and on expanding items nothing appears deeper than the first level.
Here is a screenshot, demonstrating the problem:

And the same situation with any other simple multidimensional arrays and objects with subobjects.
How can I resolve this problem?