Skip to content

Conversation

@chancila
Copy link
Contributor

@chancila chancila commented Feb 22, 2023

Kotlin 1.8 added a compiler flag to make coroutine debugging a bit easier, as currently certain variables are optimized out between suspension points, making debugging more annoying in certain cases.

Release documentation:
https://kotlinlang.org/docs/whatsnew18.html#a-new-compiler-option-for-disabling-optimizations

Without x_debug = True:
without

With x_debug = True
with

@restingbull restingbull merged commit aa51a97 into bazelbuild:master Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants