Closed
Bug 1636280
Opened 5 years ago
Closed 5 years ago
Incorrect TypeScript source opened for errors
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Harald, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
763.25 KB,
image/png
|
Details |
What were you doing?
- Open Console on https://angular-ivy-ld28aj.stackblitz.io/ or https://wcu9o.csb.app/
- Click the first ts file on the error stack
What happened?
Generated file opens in Firefox on wrong line.
Fun fact: The file that Firefox opens doesn't even exist in the sidebar (Reveal doesn't do anything)
What should have happened?
Chrome opens TS file on correct line.
Reporter | ||
Updated•5 years ago
|
Blocks: dbg-sources
Component: Console → Debugger
Comment 1•5 years ago
|
||
looks like we're getting confused between original and generated files
No longer blocks: dbg-sources
Component: Debugger → Console
Updated•5 years ago
|
Component: Console → Debugger
Updated•5 years ago
|
Blocks: dbg-sources
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Updated•5 years ago
|
Severity: -- → S3
Comment 3•5 years ago
|
||
This seems to work now, I assume it was one of our sourcemap fixes, but hard to say which.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Flags: needinfo?(jlaster)
You need to log in
before you can comment on or make changes to this bug.
Description
•