In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "the method of Eclipse remote debugging". In the daily operation, I believe that many people have doubts about the method of Eclipse remote debugging. The editor consulted all kinds of data and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "Eclipse remote debugging method". Next, please follow the editor to study!
Remote server configuration
Add JVM startup parameters for remote services
-Xdebug-Xrunjdwp:transport=dt_socket,address=6666,server=y,suspend=n
Connect to the debugging service provided by the remote ip:6666.
-Xdebug informs JVM to work in DEBUG mode
-Xrunjdwp tells JVM to run the debug environment using (Java debug wire protocol). This parameter also contains a series of debugging options:
Transport specifies how debug data is transmitted.
Dt_socket means to use SOCKET mode
Whether server=y/n VM needs to be executed as a debugging server
Whether suspend=y/n starts VM after the debug client establishes a connection.
After the configuration is complete, the server has to be restarted for the configuration to take effect. Whether it is in effect or not, you can look at the parameters of the jvm running process.
Eclipse configuration
Application right-> debug- > debug configuration
Remote Java Application-> right-> New
Apply-> debug, which may be a little slow at this time. This is what happens after the connection is established. After the local code hits the breakpoint, it accesses the remote service and stops when the code at the local breakpoint is executed.
At this point, the study of "the method of Eclipse remote debugging" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.