Can anyone please tell how to debug the code in eclipse with Cargo(Tomcat) plugin?
We are using Java 8, Tomcat 8, eclipse Juno in Windows 7 OS.
One other thing I want to mention is, we don't have control to modify Tomcat scripts as the tomcat is freshly getting installed from Nexus repository(or from local repo cache) for every execution of mvn -P dev clean package cargo:run
.