How to debug a karma test in a bowserify project Follow
I am currently developing a web application using browserify that I want to test using karma - jasmine. To do this I am using the karma-browserify module from nikku. I can run the test successfuly but if I want to debug the test webstorm doesn't stop on the breakpoints. Any idea how to configure this?
thanks!
Please sign in to leave a comment.
WebStorm debugger doesn't 'understand' sourcemaps produced by browserify. Related tickets:https://youtrack.jetbrains.com/issue/WEB-15998, https://youtrack.jetbrains.com/issue/WEB-14454