firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Variable hover only works for one variable every 5 seconds. #464

Open dwhitnee opened 8 years ago

dwhitnee commented 8 years ago

I used to be able to quickly hover over any variable in the Debugger pane and see its value. Now when I hover I see a popover that shows the variable value and a "Watch" button.

The problem is I can no longer hover over other variables because the Watch thing has stolen the popover. I have to click out of the popover, wait a few seconds, then the next variable value will pop up. This is very inefficient when I just want a quick look at variables in a function. If i want an in depth look I will look at the right Variables pane.

Please keep the variable mouse-over fast and simple.

Thanks for your hard work on this fantastic tool. I love it because it is simple. DONT make it Chrome tools.