casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
112 stars 33 forks source link

Run/Debug plugin #39

Closed bubuker closed 5 years ago

bubuker commented 5 years ago

Hello I'm trying to tinker with plugin but i cant figure out how to run and debug it.

After importing the plugin project i'm trying to run and debug it. But Run/Debug configuration for plugin does not have Use classpath of module . Am i missing something?

casteng commented 5 years ago

Have you enabled "plugin devKit" plugin? The Run configuration should be of type "plugin" which is available if plugin devkit is enabled.

bubuker commented 5 years ago

I do have plugin DevKit installed: screenshot from 2019-02-23 20-58-36

So I have imported project from github repository and tried to debug: screenshot from 2019-02-23 21-01-49

But Use classpath of module is empty and there is no option in combo box.

casteng commented 5 years ago

Seems that module Plugin not imported correctly. It should be of plugin type and have corresponding icon in project view.