Is Javascript debugging powered by Firefox and Chrome available in PyCharm 1.5?

If so, can it run effectively alongside the Python / Django debugger?

If not, is there a way to use PyCharm with WebStorm in some sort of integrated fashion?

Thanks!

Dan

link|improve this question
feedback

2 Answers

The JavaScript debugger plugin is currently not bundled with PyCharm. Feel free to watch/vote http://youtrack.jetbrains.net/issue/PY-3021

There's no way to integrate PyCharm and WebStorm.

Source: Dmitry Jemerov -- http://devnet.jetbrains.net/thread/305054

link|improve this answer
Per the ticket you linked to, this was added in PyCharm 2.0. – technomalogical Apr 10 at 13:45
feedback

One option is to use netbeans fully featured IDE IntelliJ IDEA, it has plugins for both web and python editing sadly it costs a little more.

You can grab the python plugin from here, the javascript debugger is built in.

link|improve this answer
I just tried this with the community edition the python plugin does not work so you need the ultimate version. – Korich Aug 7 '11 at 22:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.