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 ?

Hi Igor, I could do the JUnit_Plug-In_Test work with my test code... and I could discover the code problem finally... :-D nice...

But I couldn't make the remote one work yet. I think could be a network/firewall problem... I'll try again tomorrow..

thanks a lot

Cristiano

On 30/06/11 09:53, Igor Fedorenko wrote:
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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top