Debug my web application using ant

前端 未结 2 753
予麋鹿
予麋鹿 2021-01-21 00:38

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 ho

2条回答
  •  温柔的废话
    2021-01-21 01:29

    Add the following jvmarg options to your tomcat start command:

    
    
    

    You will be able to attach the Eclipse debugger on port 5000, using the Remote Java Application debug category.

提交回复
热议问题