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.
标签:
intellij-idea