debugging - How to use WebStorm JavaScript Debug configuration without Google Chrome? -
i have ff (v.35), opera (v.12), , ie (v.11) installed on win 7 x64 pc , wanted debug (locally stored) html file loads js script.
after adding file new project, went file > settings > tools > web browsers , unticked web browsers not have installed.
so settings looks this:
after went "edit configurations" , added html file wanted debug, shown below:
(note html file not empty, though named way)
now if click on 'debug (default)' button, these messages windows has problem finding chrome , webstorm waiting connection chrome plugin:
on hand, if click on 'run (default)' button opens page in firefox expected.
i either doing wrong or have misconfigured.
how can tell webstorm not use chrome debugging?
thanks,
simply put, jetbrains webstorm not support javascript debug configuration in browser other chrome (or other chrome-based browser such dartium).
to debug in firefox versions 33-35 (for webstorm v.10 not work in ff v.36), have enable remote debugging in firefox , use firefox remote run configuration, explained here: https://youtrack.jetbrains.com/issue/web-13801#comment=27-904044.
Comments
Post a Comment