简体   繁体   中英

Debugging Java application causes high cpu utilization

When I'm debugging my Java EE application on Weblogic from Eclipse, in some cases just the fact that the debug is connected and enabled, causes high CPU utilization. The moment that I disconnect from debug port, the CPU utilization drops to normal levels.

What can cause it and how can I solve it? Thanks!

Update(s): Java version 1.6.0_45 (64bit)

in java debugging you can do something called method debugging, that type of method debugging severely impacts performance, make sure you didnt accidently added one of those

eclipse method breakpoints

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM