ok I see : suspend=n to start without waiting for the debugger. On Tuesday 27 December 2005 10:36, Rolf Strijdhorst wrote: > yes, there is just start maven with: > jetty6:run > but have in the environment tap of externaltools > a variable MAVEN_OPTS with content: -Xdebug -Xnoagent > -Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=y,addres >s=4000 > > next run debug on port 4000 or the same portnumber as the address property > on the line above > if you also specify that the debugger is able to terminate the jvm then you > can reuse the debug session the next time you start jetty. > > Rolf > > On 12/26/05, Koen Maes <[EMAIL PROTECTED]> wrote: > > maven jetty plugin works great but i would like to debug my webapp via > > eclipse > > is there any option - like tomcat : catalina.sh jpda start - to tell > > jetty that it should open up a JPDA port so I can connect with eclipse > > remote debugger ? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
