Closed
Bug 1332203
Opened 8 years ago
Closed 8 years ago
Source-map doesn't work in console when I'm using new debugger
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shundroidk, Unassigned)
References
(Depends on 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170118030214
Steps to reproduce:
(Sorry, I'm studying English. I can't write English well.)
Firefox 52+ has new debugger. I'm using it.
But source-map doesn't work in console when I'm using new debugger.
I set `devtools.debugger.new-debugger-frontend` to false.
Then source-map works.
How does source-map work when I'm using new debugger?
Updated•8 years ago
|
Component: Developer Tools: Console → Developer Tools: Debugger
Comment 1•8 years ago
|
||
This depends on bug 1339970 which is unifying our source map support.
Depends on: source-maps
Updated•8 years ago
|
Priority: -- → P2
Comment 2•8 years ago
|
||
Actually I believe this has been fixed by bug 1359144 moving the console to use client side source maps. In Nightly, both debugger and console should be working with source maps at the same time now.
Comment 3•8 years ago
|
||
Ugh, getting too used to GitHub.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•