help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] MiniDebugger package


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] MiniDebugger package
Date: Fri, 16 Aug 2013 19:18:12 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Aug 15, 2013 at 05:20:16PM +0200, Gwenaël Casaccio wrote:
> Hi,
> 
> I've moved the MiniDebugger from examples to packages/debug/debugger.
> It uses the new syntax and prints temporary and argument names and values.

it is easier to review if just gst-convert has been ran.


> The context part has been updated with a new method that prints temporary
> and argument names and values.

>  kernel/ContextPart.st                    |  42 +++

What is the reasoning to put it into the kernel vs. extensions of the
DebugTools/Debugger package?

> +            aStream
> +                space: 4;
> +                nextPutAll: each;
> +                nextPutAll: ' -> ';
> +                print: (self at: i);
> +                nl ].

in VisualGST you prefix '#'. do you want to do that too?


> +    debug [
> +        <category: 'instance creation'>
> +        <exceptionHandlingInternal: false>
> +
> +        self class debuggerClass debug: 'Debugger'.
> +        self value
> +    ]


yeah!!!!!





reply via email to

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