Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm JavaScript Debugging

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?

like image 762
SeaTurtle Avatar asked Jun 13 '11 17:06

SeaTurtle


1 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

like image 169
Skomski Avatar answered Oct 01 '22 20:10

Skomski