Function to collapse all variables in debugger

Could the ability to collapse and expand all top level scene and global variables be added in the debug inspector so that they either only show their names or show the variable details?

So Instead of requiring to collapse these variables manually:

image

have a button or context menu that will collapse and expand all the variables:

image

And vice vera to expanding the variables.

3 Likes

I think they actually should already start collapsed and we manually open the ones that we are interested. Its just a waste of time to search for a variable in the debugger while all of them already start expanded.

1 Like