eclipse icon indicating copy to clipboard operation
eclipse copied to clipboard

Launch command to run java_binary and java_test from Eclipse including debug mode

Open damienmg opened this issue 8 years ago • 2 comments

Have the ability to run a test or binary target from Eclipse would be pretty neat and especially attach the debugger.

damienmg avatar Mar 06 '17 12:03 damienmg

I can see the point of run a test/binary directly from command, but what do you mean by "including debug mode"?

asclepiusaka avatar Mar 24 '17 02:03 asclepiusaka

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.

damienmg avatar Mar 27 '17 08:03 damienmg