"My Watches" showing the expand icon when table is empty

Reproduction Steps

  1. Create a new script in ServerScriptService
  2. Put this:
a = {
	aa = {
		aaa = 1
	},
	bb = {}
}

print(a)
  1. Set a breakpoint on line 8 (print)
  2. Run
  3. 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
G8IhZNeUHr

… and if you click on this expand icon, it disappears:

CmhXAn8Lmh

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:

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