Debugging Vue.js 2 in WebStorm
from--https://stackoverflow.com/questions/46697906/debugging-vue-js-2-in-webstorm Ask Question Asked 5 years, 11 months ago Modified 4 years, 8 months ago Viewed 9k times 10 Problem is that debugger not only stepping into the right source files but also its stepping into app.js file which is autogenerated by Webpack. How can I prevent it from doing that ? I have following …