Hi,
I'm one step further now. I just recognized that the memory.image opens another port at 7777 and that the lines in the naiad.pr are the ones I was looking for :) I can execute the first two commands in the naiad project. This establishesa connection between my squeak image and the spoon memory image. Invoking the third line I get the following: MessageNotUnderstood: Other>>module (proxy) Receiver: an Other Arguments and temporary variables: aMessage: module Receiver's instance variables: remoteIdentity: 65504896 session: an active instigating Wormhole OtherBrowser>>wormhole: Receiver: an OtherBrowser Arguments and temporary variables: aWormhole: an Other Receiver's instance variables: dependents: nil contents: nil currentCompiledMethod: nil contentsSymbol: nil systemOrganizer: ('Kernel-Chronology' ChronologyConstants Date DateAndTime Dura...etc... classOrganizer: nil metaClassOrganizer: nil systemCategoryListIndex: 0 classListIndex: 0 messageCategoryListIndex: 0 messageListIndex: 0 editSelection: #none metaClassIndicated: false selectedClass: nil module: nil wormhole: an Other OtherBrowser class>>newOnWormhole: Receiver: OtherBrowser Arguments and temporary variables: aWormhole: an Other Receiver's instance variables: superclass: Browser methodDict: a MethodDictionary(#addAllMethodsToCurrentChangeSet->a CompiledMeth...etc... format: 162 instanceVariables: #('selectedClass' 'module' 'wormhole') organization: ('accessing' contents contents:notifying: defaultBrowserTitle doI...etc... subclasses: nil name: #OtherBrowser classPool: nil sharedPools: nil environment: a SystemDictionary(lots of globals) category: #'Tools-Browser' traitComposition: nil localSelectors: nil OtherBrowser class>>openOnWormhole: Receiver: OtherBrowser Arguments and temporary variables: aWormhole: an Other br: nil Receiver's instance variables: superclass: Browser methodDict: a MethodDictionary(#addAllMethodsToCurrentChangeSet->a CompiledMeth...etc... format: 162 instanceVariables: #('selectedClass' 'module' 'wormhole') organization: ('accessing' contents contents:notifying: defaultBrowserTitle doI...etc... subclasses: nil name: #OtherBrowser classPool: nil sharedPools: nil environment: a SystemDictionary(lots of globals) category: #'Tools-Browser' traitComposition: nil localSelectors: nil --- The full stack --- (proxy) OtherBrowser>>wormhole: OtherBrowser class>>newOnWormhole: OtherBrowser class>>openOnWormhole: _______________________________________________ Spoon mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/spoon |
Free forum by Nabble | Edit this page |