Closed
Bug 1188982
Opened 10 years ago
Closed 10 years ago
Provide better diagnostics when failing to load a source
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.54 KB,
patch
|
tromey
:
review+
|
Details | Diff | Splinter Review |
For sanity of debugging, when we get a loadSourceError, we should dump to console:
* source map url, if not inline
* source root
* relative source
* etc
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8640720 -
Flags: review?(ejpbruel)
Assignee | ||
Updated•10 years ago
|
Attachment #8640720 -
Flags: review?(ejpbruel) → review?(ttromey)
Comment 2•10 years ago
|
||
Comment on attachment 8640720 [details] [diff] [review]
Provide better diagnostics when failing to load a source
Review of attachment 8640720 [details] [diff] [review]:
-----------------------------------------------------------------
Looks reasonable to me.
Attachment #8640720 -
Flags: review?(ttromey) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•