-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Coroutine debugger does not work with 1.5.0-RC #2690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looking at the jar file for 1.5.0-RC, it does contain the Also, while I am somewhat able to reproduce this, I get a different stack trace:
|
#2461 introduced a problem where the coroutine debugger in the IDE would crash: #2690 According to @nikita-nazarov, the coroutine debugger crashes at a point where a stack trace is already available and the IDE plugin attempts to look up every class listed in the stack trace. The new classes listed in the artificial stack frames were never loaded, as only their names were accessed. Now, we force these classes to be loaded, and it seems like the crash disappears.
Fixed in 1.5.0 |
See https://youtrack.jetbrains.com/issue/KTIJ-11620
The error is:
The text was updated successfully, but these errors were encountered: