-
Notifications
You must be signed in to change notification settings - Fork 12k
Debugging/Sourcemaps do not work at all in OSX Chrome 54 #3080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Still impossible to debug in beta.20 Would love a bit of clarification what the story is here: @filipesilva as commits like: #3080 don't make sense. |
Hi I just tried, I'm on this version: In the source pane of chrome I can Ctrl+P and look for app.component.ts and it's exactly the source code generated by the CLI. Do you have a way to share your generated project? |
Right ok so it's just me then.
Going into each of them and looking at tsc version:
None of them worked. Is this a problem with OSX only or? |
ok... at some point JavaScript sourcemaps were disabled... I have no idea when but it seems that was the case -.- |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions.
angular-cli: 1.0.0-beta.19-3
node: 5.12.0
os: darwin x6 (OSX Sierra)
browser: Chrome Version 54.0.2840.98 (64-bit)
Repro steps.
go to Chrome and press Cmd + P to search for a file to place a breakpoint
Mention any other details that might be useful.
I'm still unsure if debugging is meant to be working or not. I'm using the latest 19-3 and still when I do Cmd + P to find a file and place a breakpoint, all I see are ngfactory files.
Isn't AOT supposed to be behind a flag, why does it run during development?
Was expecting to see app.component.ts but just see factories: https://www.dropbox.com/s/02gbjuqp73t2you/Screenshot%202016-11-09%2016.01.31.png?dl=0
If I look inside node_modules/angular-cli/models/webpack-build-development.js, I'm seeing
source-map
instead of the cheap one, so I don't think I'm running old code. I'm really confused as I haven't seen anyone else bring up any of this yet.The text was updated successfully, but these errors were encountered: