Hi,
There's a simpler way to do this. Just append the following to your maven
command:
-Dmaven.surefire.debug
Also, you may refer to this document:
http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE
Hope this helps.
Dawn
matthewadams wrote:
>
> Hi,
>
> This seems to be a FAQ, and searches on this list seem not to yield
> definitive answers. I have a plain old Maven2 project whose unit tests
> I'd like to debug using an IDE. I've tried launching Maven2 with debug
> options set, but I never hit any breakpoints that I've set after attaching
> the debugger. Here's my handy dandy mvnd.bat file, to make things a bit
> easier:
>
> setlocal
> set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE
> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4657
> call mvn.bat test
>
> Maven gets launched and waits for the debugger to attach on port 4657.
> The debugger attaches just fine, then the tests get run and my
> breeakpoints never get hit.
>
> What do I have to do to get my breakpoints to work? Please help!
>
> --matthew
>
> PS: Once I get this question resolved, the next one has to do with
> debugging my Maven2 plugin, which is used in this plain old Maven2
> project!
>
--
View this message in context:
http://www.nabble.com/-M2--FAQ---Debugging-unit-tests-in-Maven2-tf2498076s177.html#a7290455
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]