[Pharo-dev] In Debugger: block variables nil

2015-04-03 Thread Stefan Marr
Hi: While debugging the beautiful method below, I noticed that the debugger shows data1 to be `nil`, while it actually has a proper value. That is, the pane on the right bottom shows the wrong value. When inspecting `data1` within the source code pane, it is correctly shown in the inspector.

Re: [Pharo-dev] In Debugger: block variables nil

2015-04-03 Thread Peter Uhnák
Hi Stefan, it is a know issue ( https://pharo.fogbugz.com/f/cases/15174/, https://pharo.fogbugz.com/f/cases/14606/ ) and it is currently being worked on. Peter On Fri, Apr 3, 2015 at 3:19 PM, Stefan Marr smallt...@stefan-marr.de wrote: Hi: While debugging the beautiful method below, I