-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IntelliJ plugin support for Bazel for IntelliJ #207
Comments
Thanks for the suggestion. We can probably look into it in the future, meanwhile I can suggest maybe a good workaround would be to script your Bazel configuration to have a mirrord exec option, which would execute the program with mirrord. |
Thanks for the reply. That's what I currently do. The run configuration is nice since I can run the app directly in debug mode. Right now, I run the script Bazel generates with the debug flag and attach a remote debugger to it, which is some extra work each time I want to debug the app. |
Hi @aviramha |
We found out that Bazel run + Go binary works, but Java doesn't |
Reproduces with https://github.com/bazelbuild/bazel/blob/master/site/en/start/java.md |
I use Bazel as my build tool, specifically the Bazel for IntelliJ plugin. When I create a run configuration and run my application with
bazel run
with the mirrord plugin enabled, it runs the application normally and does not connect to my remote pod. Is it possible to use the bazel plugin with the mirrord plugin? If not, could this integration be added?The text was updated successfully, but these errors were encountered: