-
|
In java, there always should be a main method to start the execution. I've never heard of Quarkus. It's most likely that similar to tests, there is a executor application to Quarkus if @QuarkusMain just an annotation you put on a class or something. This definitely doesn't work without a main method. I couldn't really tell if you can simply configure it without knowing how it works. Were you able to get it working with nvim-jdtls or something? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I would like to thank you for awesome neovim extension for java.
Dap is working really well with Spring Boot when I was testing it today.
However there is some problem with Quarkus.
Debuging works only in public static void main function in @QuarkusMain.
Do you think about supporting Quarkus in future, or maybe I just have it configured wrong?
Beta Was this translation helpful? Give feedback.