Debugging Angular 2 apps in WebStorm 144.3143.5 Permanently deleted user 创建于 2016年01月21日 08:15 Is there any way I can set breakpoints and debug Angular 2 apps written in TS using WebStorm 144.3143.5? Thx a lot!
Sure - just in the same way as other client-side applications. See https://confluence.jetbrains.com/display/WI/Starting+a+JavaScript+debug+session
Awesome! Thank you! :)