I can launch my application by executing it directly using the Netbeans launch command, but the application just launches and no debugging information is displayed / written.
In addition, I need to pass some arguments to the main method, because I use Dropwizard.
How can I debug my application in Netbeans?
debugging netbeans gradle dropwizard
Thiago
source share