Debugging angularjs files in PhpStorm 9.0

I'd like to debug some angularjs files in PhpStorm 9.0, but all of the documentation I've found has revolved around debugging JavaScript embedded in HTML rather than standalone .js files.  Please help/point me in the right direction.

Thanks.

0
1 comment

Not sure I follow you.. Angular applications are usual in-browser applications and are debugged just in the same way as other client-side JS apps. So all instructions are the same. See https://confluence.jetbrains.com/display/WI/Starting+a+JavaScript+debug+session, for example

0

Please sign in to leave a comment.