eclipse
eclipse copied to clipboard
Launch command to run java_binary and java_test from Eclipse including debug mode
Have the ability to run a test or binary target from Eclipse would be pretty neat and especially attach the debugger.
I can see the point of run a test/binary directly from command, but what do you mean by "including debug mode"?
Bazel have a --java_debug flag for the test runner to wait for a debugger on port 5005. Eclipse can connect a remote debugger. Ideally that would just be one operation: debug a test configuration.