News

This is an IntelliJ plugin to run a file with a custom java runner. The plugin will pass in the name of the currently edited file as the only argument to your custom runner. Write a custom runner and ...
When trying to debug a failing Bazel Java test, one may want to step into the relevant Java file to explore and attach breakpoints. For java_test targets where the sources are solely composed of ...