Closed
Bug 767177
Opened 13 years ago
Closed 13 years ago
Debugger should pretty print minified code when there is no source map available
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 762761
People
(Reporter: fitzgen, Unassigned)
References
Details
When the debugger encounters minified code which doesn't have its own source map, it should pretty print the code and generate a source map from the pretty printed code back to the minified code. The debugger should then display the pretty printed code using the source map to translate between locations of breakpoints, etc.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•