Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1055 by v.blonde...@gmail.com: Can't inspect instances variables in debugger by the ALT+i command http://code.google.com/p/moose-technology/issues/detail?id=1055
Describe the problem: what do you get? what do you expect?
When you try to inspect a instance variable in the debugger by the ALT+i shortcut, you get a DNU : MessageNotUnderstood: receiver of ""cull:cull:"" is nil
In the method: GLMSmalltalkCodeModel>>bindingOf: aSymbol ^ bindingsStrategy cull: self variableBindings cull: aSymbol
The IV bindingsStrategy is nil.
How to reproduce the problem: step by step if necessary
Debug: | temp | temp := { 1 . 2 } asSet. temp add: 3. And go into the add: method and try to inspect array in the method source
Additional information: platform, context which may impact the problem
Moose 5.0 - W7
Please fill in the labels with the following information: * Type-Defect * Component-GT