I have this table CelulaAux that is declared local CelulaAux at the beginning of the script.
I want to watch its content.
While debugging, I can watch it only pointing the mouse over its name:
But if I add it to “my watches”, I get “not in scope”:
Why, if at the same time I can see its content using the mouse over the name, but I can’t see it in “my watches”?
Thanks for the report! Can you take a look at How to post a Bug Report and follow the instructions there? Including steps to reproduce the issue will help us investigate the issue. Thanks!
Hey, this is an important bug and it’s open for ALMOST 5 MONTHS!
Currently, it’s very hard to debug a table that is outside a function…
“Add Watch” simply doesn’t work for this situation.
So, using the example above, if I want to watch that table, I have to:
Stop the mouse over any mention of the table in any line of the code
Manually unfold all levels (one by one!) to find what I want inside the table (think about a table with 5 levels, every time!!!)
But, if I move the mouse out of the code, or step over (F10) for a new line, the table will disappear, and I have to repeat all steps again!
This is an issue with Roblox support: when a reported bug is resolved, it is rarely reported within the original thread like this one.
I currently have DOZENS of bugs reported and am required to periodically review one by one manually to see if this bug has been resolved or not.
In the case of this specific topic, I found that it has already been resolved.
I ask Roblox support to pay more attention to informing the solicitation when a bug has been resolved, within the original topic.