I am currently developing an MVC Application using Java EE Technologies and Eclipse as an IDE. To run my server and deploy my application I am using ANT. I would like to know how can I debug my Java Code through the ant tool or eclipse.
I am currently developing an MVC Application using Java EE Technologies and Eclipse as
Share
Add the following
jvmargoptions to your tomcat start command:You will be able to attach the Eclipse debugger on port 5000, using the
Remote Java Applicationdebug category.