Debug client-side code (vuejs, jest, ...) applications
Hey there,
I just wondered if it is possible to debug client-side code like jest, vue.js, and so on?
Debugging within the browser like Google Chrome is a real pain, compared to the debug experience within rider.
Please sign in to leave a comment.
Hi,
Yes, it is possible. Please check out the following help pages:
https://blog.jetbrains.com/dotnet/2018/02/22/web-framework-updates-rider-2017-3-angular-vue-js/
https://www.jetbrains.com/help/webstorm/2021.1/vue-js.html#ws_vue_running_and_debugging
https://blog.jetbrains.com/webstorm/2018/01/working-with-vue-js-in-webstorm/
Thanks! Works so smooth. I tried running the npm script first (npm run serve) but then I couldn't step through.
Now it's working just fine. Sometimes I come along a breakpoint I did not set, but that's not very dramatic.