-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Debug angular-cli generated application chrome/ vscode #1281
Comments
See #1266. |
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! |
1 similar comment
I would like to have these steps too. Thx! |
+1 |
@santoshsas @code1line @arfeifei @zoiverd see #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. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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 thetmp
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 debuggervschrome debugging extension
can find all files[*.ts,*.js,*.map]
and use them for debuggingAlso : #1223
is
The text was updated successfully, but these errors were encountered: