I've followed numerous documents/tutorials to no avail. It looks like someone in the past asked a very similar question but it was not answered exactly but that was two years ago.
1 Answer
AngularJS application running/debugging doesn't differ from any other javascript client-side application running/debugging: you need a JavaScript Debug run configuration for this. The way your Angular application is served (via a custom node.js server, Gulp, WebStorm built-in web server or any other web server) matters nothing - you just have to specify your application URL (the one you use to access it in browser) as URL in your Run configuration. see https://www.jetbrains.com/help/webstorm/debugging-javascript-in-chrome.html, Debugging an application running on an external web server
2 Comments
'gulp-sourcemaps' package is used and configured properly