jvolkman / intellij-protobuf-editor

Protocol Buffers for IntelliJ-based IDEs
Apache License 2.0
122 stars 15 forks source link

plugin debug need #31

Closed yidayoung closed 4 years ago

yidayoung commented 4 years ago

is there any way to debug plugin like gradle runIde?

i'm trying to add erlang language relsove logic, if there has any way to debug, will helps a lot

jvolkman commented 4 years ago

Hi, If you install the IntelliJ Bazel plugin and import this repo as a Bazel project, you should be able to run and debug.

image

yidayoung commented 4 years ago

tks, it works for me on mac. just seems bazel and bazel plugin not support well on windows. i will work on it on mac, tks for your help