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