you can at least do the same as in any remote app: start it in debug mode and connect to it from eclipse
some example flag to pass to the jvm for it to start on debug: -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8787,suspend=y that will suspend the jvm until a debug agent connects through port 8787 (change the suspend and address values to change those behaviour) -----Original Message----- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jan Torben Heuer Sent: quinta-feira, 31 de maio de 2007 11:23 To: [email protected] Subject: [mojo-user] debug mojo in eclipse Hi, can I debug a mojo in eclipse? I have no idea, what I could do to start my "mojo"... Thanks, Jan --------------------------------------------------------------------- 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
