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

后端 未结 7 2122
無奈伤痛
無奈伤痛 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:49

    If by any chance you are using intellij. It is way easier. Make sure you have jetty plugin installed. Then

    1. In the Maven Tab on the extreme right, expand your project
    2. Expand Plugins
    3. Expand jetty
    4. Right click on jetty:run and select 'Debug DEBUG'Click to see the screenshot for refence

提交回复
热议问题