I believe the jettyRun task is run in-process, so you should be able to just set the options on the GRADLE_OPTS environment variable to be able to debug your app.
On 09/03/2011 08:08, koevet2 wrote: > Hello, > > which is the best way to start a Jetty instance via JettyRun with the remote > debugging options enabled? (-Xdebug -Xrunjdwp....)? > > Thanks > Luciano > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Start-Jetty-with-remote-Debug-options-tp3415111p3415111.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
