[plt-scheme] trace forms?

From: jos koot (jos.koot at telefonica.net)
Date: Thu Apr 26 17:12:44 EDT 2007

May be the Debug button of Drscheme can be useful for you. It allows stepwise evaluation, breakpoints to be set and cleared and so 
on. This functionality is available without corrupting your source code with tracing command. All functions speek for themselves; 
you dont need a manual to use it. In my opinion it's a fine tool.
Jos Koot

(((((lambda(x)((((((((x x)x)x)x)x)x)x)x))
    (lambda(x)(lambda(y)(x(x y)))))
   (lambda(x)(x)x))
  (lambda()(printf "Greetings, Jos~n"))))
  ----- Original Message ----- 
  From: Grant Rettke
  To: plt-scheme at list.cs.brown.edu
  Sent: Thursday, April 26, 2007 10:50 PM
  Subject: [plt-scheme] trace forms?


  Hi,

  In Chez Scheme, there are trace forms for let and lambda (trace-let,
  for example).

  It is pretty convenient. Is there something like this in MzScheme?

  How difficult is it to implement something like this?
  _________________________________________________
    For list-related administrative tasks:
    http://list.cs.brown.edu/mailman/listinfo/plt-scheme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070426/ab0c9002/attachment.html>

Posted on the users mailing list.