Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Debugging test code run by tycho-surefire ?

I usually do DebugAs->JUnit_Plug-In_Test to debug tests. If you want to
debug tests as they run on CLI, you can use -DdebugPort=8000 (or any
other port number of your choice) to have test VM start in debug mode.

--
Regards,
Igor

On 11-06-30 4:40 PM, Cristiano Gavião wrote:
Hi guys,

I'm having some problems with my test code and I would like to debug it.

I've tried to call mvn integration-test using m2e debug launcher. well,
it runs but don't stop on my breakpoints.

It is possible to debug my test code using IDE ? if yes, could someone
point me how to do ?

thanks a lot

Cristiano
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top