-
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
Provide tutorial for debug in Webstorm/Phpstorm #2750
Comments
There's a similar thread going on for VSCode (#2453) where the community has been awesome and found a config that works. I can't provide you one for Phpstorm/Webstorm/VS2015 but I'll leave the issue open and flagged for help. |
I'm successfully using intellij idea to debug an angular-cli app. The way it works should be similar if not same with Webstorm.
|
add last point to tutorial:
@jwoehrle Thank you very much! I still have some use cases to test but so far it seems working |
I am not sure this is the same as @jwoehrle solution but here is goes:
Here is also a screenshot of the configuration: Now run in debug mode the configuration and voila, your breakpoints work as expected. |
I wrote this blog post some time ago. I can adapt it to fit the Angular CLI documentation. |
@prigara thanks for sharing the blog post! I think we can use it as a reference. Closing the issue for now :) |
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. |
gitter seems to be to much messy to get these kind of information...
repro steps:
ng new
ng build
my app works, but I cannot get debugger work with original typescript files
ng serve
ng new
any idea how to get it work? Btw similar tips for Visual Studio 2015 will come handy as well (another project)
The text was updated successfully, but these errors were encountered: