On 29 November 2013 21:02, Eliot Miranda <eliot.mira...@gmail.com> wrote:
> Does the Pharo debugger use the mirror primitives yet?  Unless
> InstructionStream and ContextPart have been updated to use objectClass: and
> objectInstVarAt: et al then the debugger will be fooled by proxies.  I
> really need to push this code through to Squeak trunk.  Once I've done that
> (Monday?  it's thanksgiving here and its party time :-) ) Pharo can perhaps
> adopt the code too.
>
> David, does the Interpreter support the mirror primitives yet?  i.e. do the
> MirrorPrimitiveTests pass on the Interpreter now?

Obviously I'm not David, but
http://build.squeak.org/job/SqueakTrunkOnInterpreter/329/testReport/Tests.Compiler/MirrorPrimitiveTests/
tells me that yes, they are passing on the Interpreter VM.

frank

> On Fri, Nov 29, 2013 at 6:03 AM, Esteban A. Maringolo <emaring...@gmail.com>
> wrote:
>>
>> Does anybody else have issues while stepping through GLORP Proxy objects
>> (collections in this case)?
>>
>> I simply can't use this feature unless the proxied collection was already
>> materialized.
>>
>> I can't reproduce it right now, but it bites me everytime is step through
>> blocks, because stepping into is really annoying :)
>>
>>
>> Does anybody else have the same issue?
>>
>> This is Pharo 2.
>>
>>
>> Esteban A. Maringolo
>
>
>
>
> --
> best,
> Eliot

Reply via email to