Debug doesn't open Edge Chromium

Whenever I run a Javascript debug configuration, Webstorm doesn't open my default system browser which is Edge (Chromium). Instead, Chrome opens.

I have tried:

(1) Setting up the option of "System default" (Tools > Web Browsers > Default Browser)

(2) Setting up the default browser using a custom path to Edge executable (Tools > Web Browsers > Default Browser).

(3) Setting up the default browser to the "First listed" option (Tools > Web Browsers > Default Browser) and positioning Edge to be first in the list.

(4) Unchecked Chrome from my possible web browsers (Tools > Web Browsers > Default Browser).

(5) Did what I did in (1), (2), (3), (4) in my specific run configuration (Edit Configurations... > {my run config} > Browser > ...)

Is there an option to tell Webstorm to run Edge (Chromium)?

0
3 comments

fixing https://youtrack.jetbrains.com/issue/WEB-45326 should take care of this.
For now, I'd suggest setting up Edge as a new custom browser in Settings | Tools | Web Browsers:

  • press + to add a new browser
  • use Chrome as a Family, specify a full path to browser executable as Path, enter a name
  • choose this newly added browser in your run configuration

2
Avatar
Permanently deleted user

Amazing, 100% Working

0

Please sign in to leave a comment.