Closed
Bug 923396
Opened 11 years ago
Closed 7 years ago
Use source maps in the profiler
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: carl, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [bugday-20131007])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36
Steps to reproduce:
Enable source maps.
Run a profiler.
Navigate the tree (combined js files are listed)
Click the arrow to navigate to source.
Actual results:
It switches to the debugging console with no file selected.
Debugging console shows only source maps.
Expected results:
It would be nice if it displayed source maps in the tree.
At the very least, it should translate from the combined file to the source map in the debugging console.
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Component: Untriaged → Developer Tools
Whiteboard: [bugday-20131007]
Comment 1•11 years ago
|
||
From dup bug 923858:
> Nick Fitzgerald [:fitzgen], comment 0:
> We should use source maps to get the original url/line/column/name of each
> function call in the profiler.
Status: UNCONFIRMED → NEW
Component: Developer Tools → Developer Tools: Profiler
Ever confirmed: true
Comment 2•11 years ago
|
||
Also copying the P3 assigned by Anton Kovalyov (:anton, @valueof) in the other bug...
Priority: -- → P3
Updated•10 years ago
|
Summary: Source maps are not working in the profiler → Use source maps in the profiler
Updated•10 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•10 years ago
|
Assignee: nobody → jsantell
Updated•9 years ago
|
Assignee: jsantell → nobody
Updated•8 years ago
|
Blocks: source-maps
Updated•7 years ago
|
Priority: P3 → P5
Comment 6•7 years ago
|
||
I have a WIP patch from a while back that I'm going to attach.
Haven't really tried it and didn't write a test case.
Comment hidden (mozreview-request) |
Comment 8•7 years ago
|
||
We're not planning on completing this work. Source maps will most likely be handled differently in the new recording panel. We'll file new bugs once we have the work figured out for how to implement that.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•