Welcome, guest
Log in
or
Sign up
Create Thread
Messages
Threads
Digest
Search
Forums
PyCharm
How to implement Vert.x Python code with PyCharm
x
jython
x
vert.x
tags...
1
3
Geoff Rispin
Feb 01
I have been able to get Vert.x to run as tool for running code but is it possible to implement it in such a way that the debugger can be used?
add comment
Dmitry Jemerov
Feb 02
#
Vert.x runs under the JVM. PyCharm does not include any support for JVM debugging. You can use IntelliJ IDEA for debugging vert.x applications.
--
Dmitry Jemerov, Chief Technology Officer, JetBrains
reply
add comment
<< Newer
Adding Hive syntax highlighting.
Older >>
How do I add paths to my virtualenv so that both PyCharm and the interpreter can find the external packages?