We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
- [X] bug report -> please search issues before submitting - [ ] feature request
@angular/cli: 1.1.3 node: 7.9.0 os: win32 x64 @angular/animations: 4.2.4 @angular/common: 4.2.4 @angular/compiler: 4.2.4 @angular/core: 4.2.4 @angular/forms: 4.2.4 @angular/http: 4.2.4 @angular/platform-browser: 4.2.4 @angular/platform-browser-dynamic: 4.2.4 @angular/router: 4.2.4 @angular/cli: 1.1.3 @angular/compiler-cli: 4.2.4 @angular/language-service: 4.2.4
ng new smtest
cd smtest
edit app.component.spec.ts to add a debugger statement
ng test
open chrome devtools and reload page
the debugger statement is hit but it is in the main.bundle.js file, and no ts sourcefile is to be found anywhere!
The app.component.spec.ts file should be available for debugging in chrome devtools sources.
This works fine in angular cli 1.1.1, the app.component.spec.ts file can there be found in context->webpack://->C://smtest->src->app
This was most probably broken by the commit "@angular/cli: correct sourcemap source paths (cf66e6b)"
The text was updated successfully, but these errors were encountered:
There's another report of this in #6737 so I will close this one as a duplicate.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.3
node: 7.9.0
os: win32 x64
@angular/animations: 4.2.4
@angular/common: 4.2.4
@angular/compiler: 4.2.4
@angular/core: 4.2.4
@angular/forms: 4.2.4
@angular/http: 4.2.4
@angular/platform-browser: 4.2.4
@angular/platform-browser-dynamic: 4.2.4
@angular/router: 4.2.4
@angular/cli: 1.1.3
@angular/compiler-cli: 4.2.4
@angular/language-service: 4.2.4
Repro steps.
ng new smtest
cd smtest
edit app.component.spec.ts to add a debugger statement
ng test
open chrome devtools and reload page
the debugger statement is hit but it is in the main.bundle.js file, and no ts sourcefile is to be found anywhere!
Desired functionality.
The app.component.spec.ts file should be available for debugging in chrome devtools sources.
Mention any other details that might be useful.
This works fine in angular cli 1.1.1, the app.component.spec.ts file can there be found in context->webpack://->C://smtest->src->app
This was most probably broken by the commit "@angular/cli: correct sourcemap source paths (cf66e6b)"
The text was updated successfully, but these errors were encountered: