Debugging jasmine tests with resharper and phantom js
Similar question was already asked some time ago How do you debug Jasmine tests with Resharper? What is suggested there doesn't really work for me (place debugger; in test code). Each time the tests are run, a new browser window opens and thread jumps through debugger. Is there any way to make it work? And also is there any way to debug jasmine tests with phantom runner and Resharper? Thanks in advance To debug in the browser, add the code below to your js test file. jasmine.getEnv().currentRunner_.finishCallback = function () {}; Resharper won't be notified that the test has finished so we