When single stepping through code in a debugger, it was possible for stepping to get stuck and be unable to advance. This is a server issues, which is also exposed in GBS when logged into an affected version of GemStone/S 64 Bit.
For example, in GBS, select the following and GS-debug-it:
| dict | dict := KeyValueDictionary new. dict
at: #notPresent
ifAbsent: [^self].
^75
Step through the method using the "step" button; when it gets to the non-local return of self, it will not advance.
Last updated: 4/3/18