For my AngularJS application that communicates with an ASP.NET Web API back-end, I have been using VS2013 for coding. After clicking the build button, I typically open the application in a browser and utilize Chrome Developer tools to debug the Javascript.
Considering trying out WebStorm for development now. Will I still need to rely on Chrome Developer tools for debugging while the application is running, or does WebStorm offer its own debugging capabilities within its client?
Although there are some answers on this topic from older posts on SO, I am curious if any new features have been introduced in recent versions that address this issue.