Debug information supports in ContextPart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Debug information supports in ContextPart

Gwenaël Casaccio
Hi,

ContextPart print methods are extend to support debug informations,
they can print the arguments and temporaries names (and values too).
examineOn: is extended too to print those values.

Gwen


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

0001-Print-context-args-and-temps-names-and-their-value-w.patch (6K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Debug information supports in ContextPart

Gwenaël Casaccio
On 21/08/2013 12:49, Gwenaël Casaccio wrote:
> Hi,
>
> ContextPart print methods are extend to support debug informations,
> they can print the arguments and temporaries names (and values too).
> examineOn: is extended too to print those values.
>
> Gwen
>

So here is an updated version with that doesn't print optimized vars


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

print-ctxt.patch (7K) Download Attachment