Tycho >> Remote debug
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<product>${capella-product-id}</product>
<useUIHarness>true</useUIHarness>
<testClass>com.thalesgroup.mde.capella.functionalbehaviour.test.model.ju.MainTestSuite</testClass>
<debugPort>9999</debugPort>
</configuration>
</plugin>