How do i debug a web application running on jetty in eclipse?

后端 未结 7 2024
無奈伤痛
無奈伤痛 2021-01-31 12:24

never done web programming before. Is there a way to set breakpoints, see variable values in eclipse? The app i want to debug makes a Query string whcih i would like to easily e

7条回答
  •  走了就别回头了
    2021-01-31 12:41

    I would run the application with maven using the command: mvnDebug jetty:run

    And setup a remote Java application using port 8000, in Eclipse IDE.

    See the 'Setting up Maven 2.0.8+' section of: http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE

提交回复
热议问题