WebStorm always tries to launch Chrome to debug karma/jasmine test on macOS

There is no Chrome on my macbook and I configure WebStorm to use system default browser to debug the test. But WebStorm still always tries to find Chrome. 

Why does WebStorm not use Safari to debug my test? Is this a limitation of WebStorm?

0
1 comment

Debugging in Safari is not supported, you need Chrome to be able to debug client-side code. See https://www.jetbrains.com/help/webstorm/2018.3/configuring-javascript-debugger.html:

Debugging of JavaScript code is supported in Google Chrome and other browsers of the Chrome family.

0

Please sign in to leave a comment.