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
I also get that same first error when closing a debugger after another error occured due to the instrumentation (e.g. #22, or when my own instrumentation code fails).
I did not instrument blocks, and the debugger is not post-mortem.
To close the debugger, I return an empty expression and proceed twice.
If I install a method proxy in
BlockClosure >> #value
:And then save the image.
I get this error (and the image is broken: it's impossible to close the debugger to escape the bug and the image was saved in this state):
It seems like the
trapContext
is not the expected...The text was updated successfully, but these errors were encountered: