Hi, With the current trunk, you can debug a junit with the following cli : mvn test -Dtest=unitName -Dmaven.surefire.debug=true (you can here attach a debugger on port 5005).
In order to debug, the webapp part, you can run mvnDebug (with mvn 2.0.8) and attach a debuuger on port 60001). Or you can install the war in tomcat and launch in $CATALINA_HOME/bin/catalina.sh jpda start (attach a debugger on port 8000). -- Olivier 2008/3/25, Richard Slide <[EMAIL PROTECTED]>: > Hello, > I'd like to use Eclipse debugger with continuum, > Is Its possible ? > > I have import the trunk in eclipse work space and all is OK, but if i want > to load webapp on test server and then start debug I have some problem... > > How can i do it ? > > > Thanks for Help > > > --Richard >
