Java remote debugging settings Note

Source: Internet
Author: User
Java remote debugging is implemented using the JDWP Protocol. To perform remote debugging, you must add a parameter that supports the JDWP protocol before starting the java program:-Xdebug-Xrunjdwp: transportdt_socket, address8787, servery, suspendn if JDK5 is later, you can use another parameter method:-agentlib: jdwptrans

Java remote debugging is implemented using the JDWP Protocol. To perform remote debugging, you must add a parameter that supports the JDWP protocol before starting the java program:

  1. -Xdebug-Xrunjdwp:TrAnsport = dt_socket,DdRess = 8787, server = y,SuSpend = n 

If JDK 5 is later, you can use another parameter method:

  1. -Agentlib: jdwp = transport = dt_socket, address = 8787, server = y, suspend = n 

Then, in the client that supports this protocol, such as eclipse, bind the port 8787 to go to debugging.

IfMcAt, jboss, weblogic, and other servers for remote debugging, you only needCatThe Startup File catalina. bat and jboss may run. bat) is added to the above Code. After the server is started, remote debugging can be performed.

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.