I followed steps mentioned in http://wiki.eclipse.org/Developing_Tycho and downloaded tycho source code. To debug eclipse project (which uses maven tycho), I followed steps steps mentioned in http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE
Now when I run maven build and start remote debug application, it gives error as:
Failed to connect to remote VM. Connection refused.Connection refused: connect
how can I get eclipse-maven port number?
Is there any other approach to debug tycho?
Thanks.