Closed
Bug 1263123
Opened 9 years ago
Closed 9 years ago
Devtools: Debugger should automatically print expanded variable values next to source code
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1254658
People
(Reporter: nachtigall, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
108.52 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160315153207
Steps to reproduce:
1. Open Debugger panel in devtools
2. Set breakpoint somewhere
Expected results:
I would like to have the variables automatically expanded to its values like Chrome does, see screenshot. This really eases debugging since I can easily see parameters passed to a function, or what the value of surrounding variables are.
This is especially helpful if I do not know yet which variable might cause the error. Currently I can only investigate specific variable by selecting them using the "Variables" panel at the right side or use the mouseover popup. Both are great, but require more time and a deeper knowledgde of which variable you are interested in already which is - as said - not always known beforehand when debugging.
* The printed/expanded variables should be mouse hoverable and show the variables popup then
* it should also work for minified sources that are auto-prettified (Chrome doesn't do this atm) or prettified using a source map
Blocks: dbg-frontend
Component: Untriaged → Developer Tools: Debugger
Updated•9 years ago
|
Priority: -- → P3
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•