Java: slow performance or hangups when starting debugger and stepping
Debugger performance can be affected by the following: Method breakpoints will slow down debugger a lot because of the JVM design, they are expensive to evaluate. Remove method breakpoints and co...
intellij-support.jetbrains.com