Eclipse Jetty Debug

Source: Internet
Author: User
One
1, eeclipse Select Run--> External tools--> External Tools Configurations
And then a new program item.

2, after new after the program has the following options.
Select the MVN full path of the system in main location, for example (%m2_home%\bin\mvn.bat)
Working Directory is the project root path you want to debug. It is generally a MAVEN project. (The file directory where you want to select Pom.xml)
Arguments Fill in Jetty:run

3, switch to enviroment label
Create a new variable: maven_opts=-xdebug-xnoagent-djava.compiler=none-xrunjdwp:transport=dt_socket,address=4000,server=y, Suspend=y


Two
Select Run--> Debug configurations in eclipse
New item in remote Java application
The Xiangli label is:
Project you want to debug.
Host is your hosting address
Port number (address=4000) in the first step. The debug port for general Jetty is 4000

Start the debug entry for external tools first. Then the debug Reomte item is OK.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.