Hello, I'm trying to debug my app and I have a pro...
# android
f
Hello, I'm trying to debug my app and I have a problem: I keep stepping into the Kotlin collections file although I don't want to. The option "do not step into kotlin runtime library" is checked in the "stepping" section of the settings. I also added "kotlin.*" into the classes to exclude from stepping. Nevertheless, when I "step over" I keep getting into _Collections.kt How can I avoid that? Thanks,
r
I’m not sure this pattern will fix all cases, but you could add a
_*.kt
rule
Unless you’re starting any of your objects with
_