Hi,
I was facing issue while setting up debugger with chrome with Angular app. My Chrome Launch configuration was :
"configurations": [
After investigation found that it was not able to figure out webRoot correctly since my app was one more level down into app folder hence i have changed webRoot Path as below which did trick for me :)
Relaunched the debug and it worked.
Cheers,
Kapil
No comments:
Post a Comment
Thanks for your comment, will revert as soon as we read it.