Keep table open in "My Watches" at each debug step

As a Roblox developer, it is currently too hard to track changes in values in a multilevel table that is in “My Watches” during a debug.
This is because at each debug step (F10), the table is completely closed. So, I have to manually reopen all the levels, one by one, in order to look at the desired variable again.

For example, this is a multilevel table, during a debug:
image

… if I press F10 (next debug line), all tables are closed:
image

If Roblox is able to address this issue, it would improve my development experience because this will make the debugging process much easier.

7 Likes

I think this is greatly improved with the new Intuitive Debugger.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.