Debugging tests with Buildship

Is it possible to debug JUnit tests in Eclipse in one click? I know I can use remote attach, but I am interested in running it solely through Eclipse UI in one click.

If I am right clicking on my test class in Eclipse I have the following two options under “Run As”:

  1. Gradle Test
  2. JUnit Test

However under “Debug As” there is only “JUnit Test” option and it is not working properly.

1 Like

It is not yet possible, but on our Roadmap. We are releasing 1.0.10 soon and will discuss whether this is something for the next release after that. Thanks for your feedback! :slight_smile: