Closed
Bug 1651777
Opened 5 years ago
Closed 1 month ago
Consistently distinguish real JS and sourcemapped "original" files
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1853899
People
(Reporter: loganfsmyth, Unassigned)
References
(Blocks 1 open bug)
Details
Moving from https://github.com/firefox-devtools/debugger/issues/6824
Chrome for instance has their "[sm]" sigil. We currently sometimes show (mapped)
in the sources tree, but that is it.
Comment 1•5 years ago
|
||
Agreed, I ran into this recently with search not showing mapped
. The sometimes is also odd.
Reporter | ||
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•1 month ago
|
||
Bug 1853899 introduce an item in the footer to control and show the source status.
It show "original source" when you are on a mapped source.
You need to log in
before you can comment on or make changes to this bug.
Description
•