admin管理员组

文章数量:1323728

I created a new JavaScript Debug configuration. Firefox is the first browser in the list and the default browser is set to system default which is Firefox too. I've also tried to use first in list as default which also is Firefox. I'm on Ubuntu 14.04 and WebStorm 2016.1.1.

When I now trigger the debugging via the little bug icon I get the following error message:

"Cannot run program "google-chrome": error=2, No such file or directory"

I thought okay, might be a bug. I removed all browsers but Firefox from the WebStorm settings and tried again. Didn't work, all the default browsers just reappeared after a restart of the IDE and the error from above kept popping up.

Any advice to force WebStorm to use Firefox?

I created a new JavaScript Debug configuration. Firefox is the first browser in the list and the default browser is set to system default which is Firefox too. I've also tried to use first in list as default which also is Firefox. I'm on Ubuntu 14.04 and WebStorm 2016.1.1.

When I now trigger the debugging via the little bug icon I get the following error message:

"Cannot run program "google-chrome": error=2, No such file or directory"

I thought okay, might be a bug. I removed all browsers but Firefox from the WebStorm settings and tried again. Didn't work, all the default browsers just reappeared after a restart of the IDE and the error from above kept popping up.

Any advice to force WebStorm to use Firefox?

Share Improve this question edited Apr 11, 2016 at 13:27 LazyOne 166k47 gold badges414 silver badges415 bronze badges asked Apr 11, 2016 at 12:22 WipsterWipster 1,5701 gold badge17 silver badges32 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

JavaScript debugger in WebStorm works only with Google Chrome browser together with JetBrains IDE Support extension.

本文标签: javascriptWebStorm tries to open Chrome for debuggingStack Overflow