Re: [Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-19 Thread Nicolai Hess
2015-03-18 13:41 GMT+01:00 Andrei Chis : > Thanks Nicolai. > > The problem might be related to 14606 but I'm not sure. > Don't have time to look more into it but I can give you a reproduce it if > you want. > Thank you , I created a test method that can reproduce this bug. I'll open a bug entry

Re: [Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-18 Thread Andrei Chis
Thanks Nicolai. The problem might be related to 14606 but I'm not sure. Don't have time to look more into it but I can give you a reproduce it if you want. On Wed, Mar 18, 2015 at 12:23 PM, Nicolai Hess wrote: > > > 2015-03-18 12:05 GMT+01:00 Andrei Chis : > >> Hi, >> >> When inspecting/orintin

Re: [Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-18 Thread Nicolai Hess
2015-03-18 12:05 GMT+01:00 Andrei Chis : > Hi, > > When inspecting/orinting variables in the debugger I sometimes get > UndefinedObject(Object)>>doesNotUnderstand: #indexForVarNamed: > in > OCCopyingTempVariable>>indexInTempVectorFromIR: > > This happens when the variable is declare as a local var

[Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-18 Thread Andrei Chis
Hi, When inspecting/orinting variables in the debugger I sometimes get UndefinedObject(Object)>>doesNotUnderstand: #indexForVarNamed: in OCCopyingTempVariable>>indexInTempVectorFromIR: This happens when the variable is declare as a local variable in the method and access from some nested blocks.