Debugging with tomcat is suddenly slow in v 11.1.1
Gennady Krizhevsky
创建于
I am using idea 11.1.1. Debugging of a web project with tomcat 6 or 7 is suddenly very slow. CPU usage of the tomcat process is at 50%. Any idea (no pun intended) what would cause it?
Please open Run | View Breakpoints... and make sure you don't have a method breakpoint set.
There was one breakpoint - I removed it and now it is back to normal - thanks
Thanks - I had the same issue. This fixed it. I actually lost a lot of productivity with this, so I am a little suprised that it's not fixed by now.
@... You saved me.