Closed
Bug 1254658
Opened 9 years ago
Closed 6 years ago
Inline variable preview while paused
Categories
(DevTools :: Debugger, defect, P5)
DevTools
Debugger
Tracking
(firefox48 affected)
RESOLVED
DUPLICATE
of bug 1547385
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
Chrome has added a kind of inline variable preview into their source view which I find very valuable.
It appears to show for any variables on previous lines of the same function, plus arguments in wrapping scopes within view of the source editor.
It does not appear when looking at sourcemapped (non-native JS) files.
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
I've thought about this, and it is a neat feature. It seems a bit cluttered, so I don't know if there's any different way to achieve something similar, but we should try it out at some point.
Comment 3•9 years ago
|
||
This is a feature request. I would normally flag this as P3, so someone can pick it up if they have any spare cycles. However, multiple people have told me that they'd like to see this feature. I'm marking this as P2 so that it hopefully stays on our radar.
Comment 4•9 years ago
|
||
I believe we should wait until later this year to do this. The debugger is very much in flux and this will probably require a good bit of changes on both the frontend and the server. The server changes is what will probably be the hardest. For the frontend, I'd like to see if we can wait until I get the new frontend working. If that takes too long, we'll have to figure out a way to share code between old and new versions of the frontend so we can still land features. Anyway, let's wait at least a couple months to see how things shape up.
Updated•9 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: P2 → P3
Updated•6 years ago
|
Blocks: dbg-frontend
Updated•6 years ago
|
Priority: P3 → P5
Comment 6•6 years ago
|
||
Just want to note that this feature will be worked on by a GSOC participant this summer.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•