unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to debug function that uses macros
@ 2017-02-26 18:20 Joe Riel
  2017-02-27  4:36 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Riel @ 2017-02-26 18:20 UTC (permalink / raw)
  To: Help GNU Emacs

How do I debug, using edebug, a function that uses macros?
I want to step through the macro expansion.

The obvious way to do this is to first create the fully 
expanded function, then use edebug on that.  Maybe there
is a better way, but that should work.  But how do I 
create the fully expanded function?   Neither macroexpand
nor macroexpand-all do anything useful here that I can tell.
For example

  (macroexpand-all '(my-function))

just displays (my-function).  

-- 
Joe Riel




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-01 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 18:20 How to debug function that uses macros Joe Riel
2017-02-27  4:36 ` Stefan Monnier
2017-03-01  6:53   ` Joe Riel
2017-03-01 13:52     ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).