You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. I believe this is an outgrowth of the recent changes, which transfer IDE crashes to the debugger rather than exiting the VM. Unfortunately, in some cases that process enters an infinite loop instead, and things hang - which is even worse than before. This being a web application, there's no way to interrupt an infinite loop.
However, in most cases we do get the desired behavior, which is a huge win. I'll have to debug the remaining situations. I hope to reach a much more stable situation in the coming weeks.
Happy New Year!
I think I found a bug. To reproduce:
It does not matter which of the two classes I expand first.
I tried it on Chrome and Safari on macOS 12.6.2. Both behave the same.
Is there a way to halt execution and enter a debugger?
The text was updated successfully, but these errors were encountered: