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
When resuming from a debugged session, the dbContinue message is sent in the context of a different UI process ... not in the context of the origin thread, so that the client side error handlers are not properly invoked.
Here's a client-side doit for Voyage that illustrated the problem (execute same code in two playgrounds after both debuggers come up resume the second debugger, then the first debugger and you will get a third debugger):
[
VORepository current abort.
Smalltalkat: #'_TUGRIK_X'put:'1'.
self halt.
VORepository current commit.
Smalltalkat: #'_TUGRIK_X'
] voyageDoOnServer
The text was updated successfully, but these errors were encountered:
When resuming from a debugged session, the dbContinue message is sent in the context of a different UI process ... not in the context of the origin thread, so that the client side error handlers are not properly invoked.
Here's a client-side doit for Voyage that illustrated the problem (execute same code in two playgrounds after both debuggers come up resume the second debugger, then the first debugger and you will get a third debugger):
The text was updated successfully, but these errors were encountered: