Watch window does not "see" the same ModuleScript variable in a different script

Reproduction Steps

1) Create a ModuleScript and create a variable there to be used by other scripts
2) Create a script that reference the same ModuleScript
3) Create a breakpoint in both scripts
4) Run
5) On the line interrupted by the breakpoint, add the ModuleScript variable in the Watch window
6) Continue the script (F5)

Baseplate.rbxl (37.5 KB)


Expected Behavior

The ModuleScript variable should be shown in the Watch window regardless of the script that was created, since it is a variable shared by all scripts

Actual Behavior

The ModuleScript variable is being shown in the Watch window only in the script that was created. In order to see the same variable in another script, I am required to create a new entry of the same variable for each script.

  • Also, the debugger gets lost with variables previously entered the Watch window while debugging.


Issue Area: Studio
Issue Type: Other
Impact: High
Frequency: Constantly

2 Likes

Thanks for the report! We’ll follow up when we have an update for you.

2 Likes

This problem appears to be fixed with the new Intuitive Debugger imposed yesterday.

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