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?
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.