Closed
Bug 1234924
Opened 9 years ago
Closed 5 years ago
When linking to a debugger source, sources view should scroll source in view
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsantell, Unassigned)
Details
When I link to view a source in the debugger (via perf, console, memory, etc) the source is selected in the sources view, but on large sites with many sources, I still have to scroll around to find it to give me context about which source I'm viewing.
STR: Record a performance profile, or take a memory snapshot with allocations on. Click a source in the call tree (perf), or allocations breakdown (memory).
ER: Debugger opens with source selected in the sources view and is visible without scrolling.
AR: Debugger opens with source selected, but it's not (usually) in view, and I have to scroll to find it.
Comment 1•8 years ago
|
||
The source is always seems to be highlighted and scrolled for me vertically however not horizontally.
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•5 years ago
|
||
This should work now.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•