help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] About context variables in the debugger


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] About context variables in the debugger
Date: Thu, 30 Sep 2010 12:37:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

On 09/29/2010 11:10 PM, Mathieu Suen wrote:
Hi Paolo,

I just want to report the discussion we have on CompiledBlock in
other to retrieve the name of the variable (temp + args) and thus
have them in the debugger.

The first idea was to put the chracter offset from the source code
inside the literals, but since the CompiledBlock and the Method share
the same literals we need to map which block have which offset.

We can than just add an array in the literals for that purpose. See
what do you guys thinks

Have you tried just reusing the DebugSupport.st code from the old browser?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]