help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] About context variables in the debugger


From: Mathieu Suen
Subject: [Help-smalltalk] About context variables in the debugger
Date: Wed, 29 Sep 2010 23:10:03 +0200

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

Thanks
        Mth




__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible 
contre les messages non sollicités
http://mail.yahoo.fr Yahoo! Mail



reply via email to

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