documentation (albeit limited) on the macro stepper:
http://docs.racket-lang.org/macro-debugger/index.html#%28part._.Using_the_.Macro_.Stepper%29

You can also find `expand/step` there, which I find to be a very useful
complement to using DrRacket to step through the expansion of an entire
module.

- Sam Caldwell

On Mon, Nov 27, 2017 at 11:33 AM, Damien MATTEI <damien.mat...@unice.fr>
wrote:

> Le Monday 27 November 2017 05:18:02 pm David Storrs, vous avez écrit :
>
> >
> > > 2. The macro stepper is extremely handy when it works, and being able
> to
> > > inspect syntax objects in the interactions pane is wonderful when the
> > > macro stepper doesn't work.
> >
> > Offtopic:  This is the one big feature that I've tried DrRacket for,
> > but I've never been able to make it work. Everything gets reduced to
> > lambdas instead of more high-level forms so that long before I
> > actually see anything useful I get a giant mess.   Maybe I don't
> > understand it well enough, or maybe there's something I need to do
> > differently with it?  I was expecting to just keep clicking the 'step'
> > button; is there any sort of context or etc that I need to establish
> > first?
> >
>
> not easy to use, i never succeed to use it too , any documentation
> somewhere about the macro-stepper use?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to