intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

Add capability to fetch coroutine stack trace in one call

Open nikita-nazarov opened this issue 2 years ago • 0 comments

Depends on: https://github.com/JetBrains/kotlin/pull/5088

This commit adds a wrapper over the new compiler API that allows fetching a coroutine stack trace in one call, which will significantly speed up async stack trace fetching when debugging an android app on a phone. Also a couple of minor improvements of the coroutine debugger are added.

nikita-nazarov avatar Feb 02 '23 09:02 nikita-nazarov