Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unable to launch test runtime with tycho-surefire 2.1

If the application is starting, at this point what might be best is to enable debug to find out why and how it's interrupted.
Try using the `-DdebugPort=8000` flag and then connect to your test from the IDE using a remote Java application launch config.

Back to the top