I am working on a project done earlier by a PhD student who graduated and have to setup the environment for it.The backend code is in Java and the frontend is in HTML,JS.
I need suggestions on whats the best way to setup the environment for debugging purpose. The project has following structure
ProjectName ->src(which has Java code)
On running ant at the "PrjectName" level a "WebContent" directory is created at same level of "src" which has Java classes and HTML,Js files. I've setup a project for Java code in eclipse and am thinking o use Aptana/Chrome debugging for JS. How can I use my tomcat to do my debugging for both the JS code and Java code from Aptana and eclipse respectively. Do I need remote debugging?