Open
Bug 1950687
Opened 24 days ago
Updated 24 days ago
Notify the user when hovering out of scope variables
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When hovering a variable while the debugger is paused, we never know why some variable would show or not show a preview tooltip.
In most cases, that's because the token is out of the paused scope and we actually know that when processing the mouse events.
It would be helpful to surface this information to the user so that the preview tooltips feel more reliable.
Reporter | ||
Comment 1•24 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•