While debugging: Is there a way to break on a prop...
# announcements
e
While debugging: Is there a way to break on a property access? My workaround is to add a get() just for the sake of debugging while I need it :-(
d
image.png
image.png
In my experience this is really slow though 😄
e
Oh, I thought that was for write access only. Good to know about the “[] Field access” checkbox.
But yeah, it slows the application down a lot.
d
But since Kotlin adds a getter in the background anyways,
Kotlin Line Breakpoint
should work, too and be much faster