Repro
- Create a new script in ServerScriptService
- Put this:
q = {
aa = {
aaa = 1
},
bb = {}
}
print(q)
print()
- Set a breakpoint on line 8 (print)
- Run
- Select table
q
, right-click and ‘Add to Watch’ - Probably nothing will show yet, due to another bug I reported. In this case, press F10 again to go to the next line and update the value:
- If you click on the expand icon, it will disappear:
Issue Area: Studio
Issue Type: Display
Impact: Low
Frequency: Constantly