Intellij Debugger slow: Method breakpoints may dra

2019-02-01 09:05发布

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?enter image description here

2条回答
迷人小祖宗
2楼-- · 2019-02-01 09:22

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

查看更多
冷血范
3楼-- · 2019-02-01 09:44

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.

查看更多
登录 后发表回答