IntelliJ Debugger slow: Method breakpoints may dramatically slow down debugging

intellij-idea

Solution

Turn off the method breakpoints. You can see all your breakpoints through Run | View Breakpoints (Ctrl - Shift -F8 )

Problem

When I start IntelliJ debugger, it shows a tooltip that says: Method breakpoints may dramatically slow down debugging The debugger takes a long time to start. How can I solve this problem?

Original source