Watch expressions consistently return 'Value not found'

This issue occurs in all my places:

The variable:

This bug is hindering my ability to debug. Ironic!


I am able to reproduce the bug here:

WatchExpressionBroken.rbxl (53.7 KB)

Steps

1: Open the place provided
2: Open ServerScriptService.Script.ModuleScript
3: Debug on Line 8
4: Enter both expressions in the watch window:

image

5: Observe the nonsensical Value not found error

It seems that it only happens for variables inside of for loops, but there may be other variations I haven’t found.

(edit): I found that it does not only happen in for loops, but instead most local variables. Getting the variable works, but indexing it will cause the expression to fail, even when it shouldn’t. This happens for instances and normal tables. Long formulas that don’t index variables will work!


First occurrence: 3 weeks ago
Consistency: 100%
OS: Windows 11
Version: 0.605.1.6050656 (64bit)

3 Likes

Thank you for your report, we’re looking into this and will keep you posted.

2 Likes

Did you check the output and tried to debug it?

1 Like

Yes, we identified the bug; we hope for a fix in January.

2 Likes

This issue has been fixed in Studio version 608.

2 Likes

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