Reproduction Steps
Put this on a script
local myVar = 123
print(myVar)
Set a breakpoint on line 2 (print)
Run
When Studio pauses on line 2, hover the mouse over myVar
Expected Behavior
The variable’s value should be shown just above the mouse, as it always was.
Actual Behavior
Nothing is shown now.
Workaround
I am now forced to manually add the variable in “My Watches”.
And this is still buggy, as reported in Many bugs in Watch window
Issue Area: Studio
Issue Type: Display
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2022-03-10 00:03:00 (-03:00)
6 Likes
Thanks for the report ! We have filed a ticket and we’ll get back to you when we have any updates.
4 Likes
Well, after 2 updates, nothing has changed…
This bug is getting in the way of the debug workflow too much.
2 Likes
@rogeriodec_games Thanks for posting this. I came here to post this same issue. Have been having it for almost a month now and figured it would be resolved quickly but apparently not. This is causing debug times to take so much longer and its very frustrating.
3 Likes
Ericance
(Eric)
March 26, 2022, 6:35pm
#8
I am hoping this gets resolved soon because just hovering to see a variable is so much more useful than print debugging!
4 Likes
Any update on the ticket?
Let’s get past the char limit
1 Like
I have also been getting frustrated at this, I am being forced to use print to debug and it’s making debugging times much longer than before
2 Likes
YEEEEAAAAHHHHH . I saw it this working today.