Watch window not showing inner element key names on dictionaries

Reproduction Steps

local a = {
	b = {
		c = 1,
		d = 2
	}
}

print(a)
  1. Set a breakpoint on the print line
  2. Run
  3. See the Watch window

Expected Behavior
Should show all the key names:

image

Actual Behavior
Not showing the key names:

image

Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2021-11-22 00:11:00 (-03:00)

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

2 Likes

@thirdtakeonit
Today I realized that this error is actually not an error, but a confusion caused by the lack of the three-point indicator (…)

Since I had a narrow column, the names of the table elements didn’t show up as the layout cut them off visually.

However, THIS IS STILL A BUG, because as you can see in the video and screenshots since the element names didn’t fit, Studio should show the three dots right away.

But as you can see in the video, the three dots only appear after I resize the column a little further to the right.

Nothing has changed in almost 2 years…

1 Like

After almost 2 years, it’s fixed in the new Intuitive Debugger.

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