Closed
Bug 674980
Opened 12 years ago
Closed 12 years ago
Create XPCOM service to map js filenames and stackframes to source map filenames
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
There needs to be a scriptable service that we can use from our developer tools which will take a filename or a stack frame and will return JSScript->sourceMap if it exists for the associated script.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nfitzgerald
Assignee | ||
Comment 1•12 years ago
|
||
An XPCOM service is not necessary, instead we will build on top of jsdbg2.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•