My plugin runs well on debug but not recognized when installed
I'm having problem running plugin, I searched and run into this thread: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206815555-IDEA-Plugin-Dev-Only-Works-In-Debug-Mode-But-Not-Once-Deployed?sort_by=votes but sadly that didn't fix my problem. I'm completely new to JAVA and this is my first JAVA code ever written. Anyway output of about is same in debug/normal session of PHPStorm and it's:
PhpStorm 2016.2
Build #PS-162.1121.38, built on July 12, 2016
JRE: 1.8.0_91-b15 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
I have also uploaded whole code here: https://github.com/dakorpar/custom-repository-support
I've been trying to compile code under version 8,7,6 but nothing. Can someone tell me what did I did wrong?
Please sign in to leave a comment.
It's caused because other plugin... Solved. Anyone searching this should always try to disable all plugins and try again