kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Display artificial stack frames as calls to functions instead of text
Originally implemented in #2461. I just cherry-picked it and made sure the project builds.
Fixes https://github.com/Kotlin/kotlinx.coroutines/issues/2291
This change is supported since 212. The support for 211 stopped with 2021.1.3 coming out, which was this summer: https://blog.jetbrains.com/idea/2021/06/intellij-idea-2021-1-3/
Could you please figure out whether we are allowed to merge this change?
The last Kotlin Plugin version to support IDEA 211 was 1.6.21. So, I think we're good to go.
- Both navigation to the stub symbols and the debugger work as intended with the latest versions of everything and this change.
- I don't think such an issue was ever filed.
I don't think such an issue was ever filed.
That's a bummer, could you please ask Nikita to do so and to link the commit with the change in IDEA to it?
Seems like my previous message got lost (?), though the labels edit didn't.
Anyway, all the required commits are in place in all our supported platforms:
657936acb69fbbc59a88e1b7e799f49e81d9f162 (for Ultimate repo) and
https://github.com/JetBrains/intellij-community/commit/fd29488cce387808d564d1e3c2ed830c7724c22f
Changes are good to go
Here's the older comment: https://github.com/Kotlin/kotlinx.coroutines/issues/2291#issuecomment-1279142363 No harm in repeating this, I think.