Closed
Bug 996063
Opened 11 years ago
Closed 11 years ago
Console does not show source-mapped file:line info for thrown exceptions.
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 670002
People
(Reporter: jujjyl, Unassigned)
Details
(Whiteboard: [parity-chrome])
1. Visit the test page
https://dl.dropboxusercontent.com/u/40949268/emcc/bugs/throw_exception_with_sourcemaps/throw_exception.html
2. After the spinning circle disappears, open the web console.
Observed:
The web console prints "uncaught exception: 5247032" without any file:line info.
Expected:
The web console should print the output like shown in bug 996060, but in addition to printing out the location "throw_exception.js, line 1732", it should show the source-mapped file:line "throw_exception.cpp, line 3". Chrome currently does this (but it doesn't show call stack info, nor does it show the original .js file:line info anymore), so one can visit the page in Chrome to cross-reference the console output.
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [parity-chrome]
Comment 1•11 years ago
|
||
Thanks for the bug report.
Status: NEW → RESOLVED
Closed: 11 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
•