Intellij Debugger slow: Method breakpoints may dramatically slow down debugging

前端 未结 6 1197
你的背包
你的背包 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:56

    Look for the red diamond icons (not red circles) in your code, those represent the method breakpoints. Most probably you set them at get()/set() methods in Kotlin.

提交回复
热议问题