When using the Kotlin Debugger it happens over and...
# getting-started
j
When using the Kotlin Debugger it happens over and over again that my variables are marked as
'this@with' is not captured
. Is there anything I can disable to not optimise the Kotlin Compiler when running in debug mode?
t
I forwarded it to #intellij. Maybe some bug, but they probably know better if it's already reported.
a
I don't think something can be disabled here. It looks like https://youtrack.jetbrains.com/issue/KT-24585, but if it doesn't describe your case exactly, please create a new YouTrack issue.
👍 1
j
Seems like it's exactly that one. Only difference is I use
with
instead of
apply
.