gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Do not activate the GemStone debugger in case we do not have a connection available

Open chisandrei opened this issue 1 year ago • 1 comments
trafficstars

This code triggers the error:

[GtGemStoneSessionRegistry default defaultSession
	evaluateAndWait:  '(Delay forSeconds: 5) wait'] fork.
GtGemStoneSessionRegistry default defaultSession close
Screenshot 2024-02-20 at 10 52 33

chisandrei avatar Feb 20 '24 08:02 chisandrei

We get now a normal local debugger in this case:

Screenshot 2024-02-20 at 22 38 38

chisandrei avatar Feb 20 '24 22:02 chisandrei