How to debug an IntelliJ plugin in a different platform (eg. Pycharm) -


i have license pycharm professional , using intellij idea community edition develop plugin it. need run plugin in pycharm test out. can't use python plugin intellij idea test community edition of plugin appears available me. if manually download professional version , try install plugin 'python' incompatible installation. assume need intellij idea ultimate able use professional version of python plugin.

i saw this question, suggests possible use pycharm target "plugin" run configuration, haven't had luck following steps. set jre /opt/pycharm-professional/jre64 got exception in thread "main" java.lang.classnotfoundexception: com.intellij.idea.main. grabbed java command line args running instance of pycharm , added in (particularly classpath) got error: not find or load main class com.intellij.rt.execution.application.appmainv2. haven't been able find in docs on how set up.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -