https://kotlinlang.org logo
#intellij
Title
# intellij
h

holgerbrandl

12/03/2021, 7:38 AM
When debugging suspendable functions, it often says "optimized out" for variables I'd like to see. Is there a way to adjust/disable this type of optimization for debugging purposes?
a

Alexey Belkov [JB]

12/03/2021, 7:43 AM
It's not possible, please follow https://youtrack.jetbrains.com/issue/KTIJ-19629
h

holgerbrandl

12/03/2021, 7:46 AM
Thanks @Alexey Belkov [JB] for the pointer. Added my vote in hope for an even better future. I've also figured the workaround already, but maybe the IDE could point to it until a fix becomes available for those who don't.