error when inspecting/printing variables in the debugger
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. I think there was a bug about something related, but from what I remember it was fixed. Cheers, Andrei
2015-03-18 12:05 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com>:
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. I think there was a bug about something related, but from what I remember it was fixed.
This was: 13260 <https://pharo.fogbugz.com/default.asp?13260> inspecting variables in the debugger fails in some cases and two that are related to the above fix 14079 <https://pharo.fogbugz.com/default.asp?14079> Inconsistent information in debugger (pharo 4) 14606 <https://pharo.fogbugz.com/default.asp?14606> Can't see some variables values while debugging closure
Cheers, Andrei
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 <nicolaihess@web.de> wrote:
2015-03-18 12:05 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com>:
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. I think there was a bug about something related, but from what I remember it was fixed.
This was: 13260 <https://pharo.fogbugz.com/default.asp?13260> inspecting variables in the debugger fails in some cases
and two that are related to the above fix 14079 <https://pharo.fogbugz.com/default.asp?14079> Inconsistent information in debugger (pharo 4) 14606 <https://pharo.fogbugz.com/default.asp?14606> Can't see some variables values while debugging closure
Cheers, Andrei
2015-03-18 13:41 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com>:
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.
On Wed, Mar 18, 2015 at 12:23 PM, Nicolai Hess <nicolaihess@web.de> wrote:
2015-03-18 12:05 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com>:
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. I think there was a bug about something related, but from what I remember it was fixed.
This was: 13260 <https://pharo.fogbugz.com/default.asp?13260> inspecting variables in the debugger fails in some cases
and two that are related to the above fix 14079 <https://pharo.fogbugz.com/default.asp?14079> Inconsistent information in debugger (pharo 4) 14606 <https://pharo.fogbugz.com/default.asp?14606> Can't see some variables values while debugging closure
Cheers, Andrei
participants (2)
-
Andrei Chis -
Nicolai Hess