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!!!!!



_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to