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




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

Reply via email to