After a GemStone/S 64 Bit server upgrade to version 3.x, all methods must be recompiled from instances of GsMethod to instances of GsNMethod before they can be executed.
If there are server methods that are not recompiled, attempting to browse these methods in GBS results in an MNU on _allBreakpoints.
In GemStone/S 64 Bit server versions 3.0 through 3.2.6, log in as SystemUser, file in the following method, and commit. This method is present, and the bug is fixed, in server versions after 3.2.6.
category: 'Debugging Support' method: GsMethod _allBreakpoints "Returns nil if no method breakpoints set in the receiver." ^ nil %
Last updated: 6/11/15