Closed
Bug 1788591
Opened 2 years ago
Closed 2 years ago
Pretty print icon is hidden on sourcemapped files if sourcemaps are enabled
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1361271
People
(Reporter: jdescottes, Unassigned)
References
Details
STRs
- clone https://github.com/lubomirblazekcz/scrollsnap-drawer/ and checkout the "firefox104" branch
- serve the folder
- open Firefox
- navigate to index.html
- open DevTools
- make sure sourcemaps are enabled in DevTools settings
- open Debugger
- open https://cdn.jsdelivr.net/npm/less@4.1.1/dist/less.min.js in the Debugger
ER: The file is minified and we should have a pretty print icon on the bottom of the editor
AR: No pretty print icon, but you can still prettify the file by right clicking on the tab and selecting "Pretty print source". If the feature is available, we should show the icon?
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Status: NEW → RESOLVED
Closed: 2 years ago
Priority: -- → P3
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•