Intellij Debugger slow: Method breakpoints may dra

2019-02-01 08:48发布

问题:

When I start intellij debugger, it comes the the hint you can see in the screenshot. the debugger takes a lot of time to start. How to solve this problem?

回答1:

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



回答2:

In IDEA 2017.1 Emulated Method Breakpoints were introduced: https://www.jetbrains.com/idea/whatsnew/#v2017-1-jvm-debugger They allow to use method breakpoints without the performance penalty. Enabled by default.