Reproduction Steps
- Create a new script in ServerScriptService
- Put this:
a = {
aa = {
aaa = 1
},
bb = {}
}
print(a)
- Set a breakpoint on line 8 (print)
- Run
- Select table
a
, right-click and ‘Add to Watch’
Expected Behavior
bb
is empty.
The expand icon shouldn’t be shown in this case.
Actual Behavior
… and if you click on this expand icon, it disappears:
Issue Area: Studio
Issue Type: Display
Impact: Low
Frequency: Constantly
2 Likes
Thanks for the report! We’ll follow up when we have an update for you.
2 Likes
Nothing has changed in almost 1 year.
1 Like
Closing this old topic in favor to:
system
(system)
Closed
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.