Javascript Debugging in PyCharm Follow
Hello,
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
Please sign in to leave a comment.
Hello Dan,
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.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi!
Is this still the case?
The documentation for PyCharm seems to suggest that Javascript debugging is possible and the plugin is bundled?
http://www.jetbrains.com/pycharm/webhelp/configuring-javascript-debugger.html
Thanks
Hello Dmitri,
The documentation is not correct in this case. JavaScript debugger will be
included in PyCharm 2.0, but it's not available in 1.5.4 or in the current
EAP builds.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks, looking forward to it.