简体   繁体   中英

JBoss extremely slow in debug mode

Problem: In Eclipse, you start JBoss in debug mode. Initially, everything works fine. After a while the server gets extremely slow and it takes eternities to step through your code. Restarts of either Eclipse or JBoss won't help.

This drove me mad, so I want to share my solution with you.

Solution: Delete (or disable) all your breakpoints. In Eclipse, go to Window -> Show View -> Breakpoints , select all entries and remove them. Afterwards, debugging will run flawlessly again.

Now you can set those breakpoints again that you really need.

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