help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] MiniDebugger package


From: Gwenaël Casaccio
Subject: Re: [Help-smalltalk] MiniDebugger package
Date: Fri, 16 Aug 2013 22:03:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

On 16/08/2013 19:18, Holger Hans Peter Freyther wrote:
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.
I've done it one or two monthes ago so I reuse that patch

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?

Those methods works without the debugger and I think they can be useful


+            aStream
+                space: 4;
+                nextPutAll: each;
+                nextPutAll: ' -> ';
+                print: (self at: i);
+                nl ].
in VisualGST you prefix '#'. do you want to do that too?

No and I should change VisualGST



+    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]