help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: Is there a way to instrument for edebug a form (say, a progn) given


From: Drew Adams
Subject: RE: Is there a way to instrument for edebug a form (say, a progn) given to `eval'?
Date: Wed, 30 Dec 2015 09:11:33 -0800 (PST)

> the subject says it all.  And please don't tell me that eval is evil;
> that I know, in fact, I'm asking partly to gather some arguments;-).

Dunno about edebug (I don't use it).  But you can invoke the debugger
by just inserting `(debug)' as the first arg to progn (or anywhere else):

  (eval '(progn (debug) ...))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]