Show the keys of a dictionary in alphabetical order during quick inspection in debugging

As a Roblox developer, it is currently too hard to find a specific dictionary key during a quick inspection in debugging, because currently the keys are not sorted:

If Roblox is able to address this issue, it would improve my development experience because will make it easy to quickly visually find a specific dictionary key during the quick inspection in debugging.

4 Likes

After 1 year, nothing done so far.
Inspection of variables in the current format (without sorting) is practically unusable when there are many variables within a table.
Please sort the keys in ascending order!

Fixed with the new Intuitive Debugger.

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