Intellij Debugger slow: Method breakpoints may dramatically slow down debugging

前端 未结 6 1187
你的背包
你的背包 2020-12-13 03:21

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?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 03:47

    In IDEA 2017.1 Emulated Method Breakpoints were introduced: https://www.jetbrains.com/help/idea/using-breakpoints.html#method_breakpoint They allow using method breakpoints without the performance penalty. Enabled by default.

提交回复
热议问题