How to implement Vert.x Python code with PyCharm
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?
1 comment
Sort by
Date
Votes
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.
Please sign in to leave a comment.