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?

link|improve this question

58% accept rate
somebody please respond – gaurav Feb 16 at 2:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.