I was trying to debug my application (No modification) created using ng init command in chrome and vscode (Default environment-Debug).
I was not able to find the *.ts files in the output folder 'dist'. On further searching for .ts files i found the files in the tmp directory with a random generated folder path.
How can configure angular-cli build so that i can emit the *.ts files in the 'dist' folder so vscode debugger vschrome debugging extension can find all files [*.ts,*.js,*.map] and use them for debugging
Also : #1223
is
Please provide us with the following information:
- OS?
All.
- Versions. Please run
ng --version. If there's nothing outputted, please
run in a Terminal:
node --versionangular-cli: 1.0.0-beta.8 node: 6.2.2 os: win32 x64.
Thanks! We'll be in touch soon.
Closed as issue was made obsolete by #1455.
@filipesilva can you provide VsCode launch config and any other steps that i need to make it work with Chrome extension
I would like to have these steps too. Thx!
I would like to have these steps too. Thx!
+1
@santoshsas @code1line @arfeifei @zoiverd see https://github.com/angular/angular-cli/issues/2453 for a usable config.
have you tried https://github.com/atom-bugs/atom-bugs-chrome?
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._
Most helpful comment
Closed as issue was made obsolete by #1455.