Cannot debug javascript on webstorm

I'm trying to get debugging to work on ff/chrome. I've checked all the post that come up when you google.

What I've done: - setup a ff profile - setup a in place deployment and double checked the remote urls.. - all plugins are enabled (including Javascript debugger)

As it seems the webstorm debugging extension was not installed in firefox (or chrome). I cannot find anything on how to get it installed. (I've allready tried re-installing Webstorm)

When I debug a file, firefox opens, but displays no page and the url-bar is empty..

I'm using Webstorm 4.0 and Firefox 11


Although this post might be outdated: You need to install the JetBrains IDE extension in the corresponding browser. When this is done, check if the same host and port are specified for Webstorm as well as for the extension as well.

链接地址: http://www.djcxy.com/p/44942.html

上一篇: 调试Django Manage.py自定义命令Pycharm

下一篇: 无法在webstorm上调试JavaScript