GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Closing debugger on test with `halt` ... launched from a workspace doit #82

Closed dalehenrich closed 6 months ago

dalehenrich commented 6 months ago

The first picture shows the workspace and debugger that I got after closing the debugger that had the halt in it and hitting CTL-. since the window appeared to be hung ... image stack_1.log

The second picture shows another debugger that popped up right after I took the first screen shot: image stack_2.log

The stacks look suspiciously short ... but I didn't find a better menu option than copy to clipboard

dalehenrich commented 6 months ago

commit ids:

JadeiteForPharo 2584dc0
PharoGemStoneFFI 3575de4
RemoteServiceReplication 371ae8e
---------------------------------------------
RowanClientServices bb1b4a9
ericwinger commented 6 months ago

Looks like the RSR version is not the same. However, it looks like Dale's version is later than mine. Since RemoteServiceReplication 371ae8e is later, I'll update my image.

JadeiteForPharo 2584dc0
PharoGemStoneFFI 3575de4
RemoteServiceReplication f90b9c1
---------------------------------------------
RowanClientServices bb1b4a9
ericwinger commented 6 months ago

Recently added code to handle the termination of a remote service message did not handle RsrConnectionClosedBeforeReceivingResponse which is strangely not a subclass of Error.