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:
… if I press F10 (next debug line), all tables are closed:
If Roblox is able to address this issue, it would improve my development experience because this will make the debugging process much easier.