Closed
Bug 1406048
Opened 7 years ago
Closed 7 years ago
Hover over variable in debugger is not showing its value
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: marek.petak, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171004220309
Steps to reproduce:
using Firefox Nightly 58.0a1 (2017-10-04) (64bit) using Developer tools in Private Window, also tested on latest version available via (https://www.mozilla.org/en-US/firefox/new/)
Open Developer tools, place an breakpoint on somewhere in the JavaScript code in Debugger window. Once code is stopped on the breakpoint, hover over any variable to see its value.
Tested on Windows 10 Pro as well on Windows Sever R2 2012 (nightly and current).
Same site on Chrome DevTools works as expected.
Actual results:
When hovered over any variable in Debug window(once code stopped at Breakpoint), it will not show the variable's value.
Expected results:
When hovered over variable, it should show the value of it.
Comment 1•7 years ago
|
||
I can confirm this is happening in Firefox Nightly 58.0a1. The capture shows the value when hovering as `undefined` for this.focusedHost.
The actual value `battleforhtenet.com` is properly displayed in the block scope list of variables
Comment 2•7 years ago
|
||
Thanks for filing!
I've moved the issue to github:
github.com/devtools-html/debugger.html/issues/4472
It looks like this function can be reduced to a small test case:
would you mind trying to do that here:
https://dbg.glitch.me/
and sharing on github
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•