* How to make edebug stop debugging?
@ 2012-09-21 21:35 deech
2012-09-21 21:39 ` SOLVED: " deech
2012-09-22 7:06 ` Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: deech @ 2012-09-21 21:35 UTC (permalink / raw)
To: help-gnu-emacs
Hi all,
Once I do a 'edebug-defun' I can't seem to stop it from invoking the debugger whenever the function is called. I've tried 'edebug-defun' again and 'q' while in the debug session but that doesn't work.
Any help is appreciated!
-deech
^ permalink raw reply [flat|nested] 3+ messages in thread
* SOLVED: Re: How to make edebug stop debugging?
2012-09-21 21:35 How to make edebug stop debugging? deech
@ 2012-09-21 21:39 ` deech
2012-09-22 7:06 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: deech @ 2012-09-21 21:39 UTC (permalink / raw)
To: help-gnu-emacs
For future reference the solution is in this thread (http://lists.gnu.org/archive/html/help-gnu-emacs/2003-09/msg00235.html)
-deech
On Friday, September 21, 2012 4:35:24 PM UTC-5, deech wrote:
> Hi all,
>
> Once I do a 'edebug-defun' I can't seem to stop it from invoking the debugger whenever the function is called. I've tried 'edebug-defun' again and 'q' while in the debug session but that doesn't work.
>
>
>
> Any help is appreciated!
>
> -deech
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to make edebug stop debugging?
2012-09-21 21:35 How to make edebug stop debugging? deech
2012-09-21 21:39 ` SOLVED: " deech
@ 2012-09-22 7:06 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2012-09-22 7:06 UTC (permalink / raw)
To: help-gnu-emacs
> Date: Fri, 21 Sep 2012 14:35:23 -0700 (PDT)
> From: deech <aditya.siram@gmail.com>
> Injection-Date: Fri, 21 Sep 2012 21:35:24 +0000
>
> Once I do a 'edebug-defun' I can't seem to stop it from invoking the debugger whenever the function is called. I've tried 'edebug-defun' again and 'q' while in the debug session but that doesn't work.
Reading the ELisp manual would have helped you. From the node
"Instrumenting":
To remove instrumentation from a definition, simply re-evaluate its
definition in a way that does not instrument. There are two ways of
evaluating forms that never instrument them: from a file with `load',
and from the minibuffer with `eval-expression' (`M-:').
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-22 7:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 21:35 How to make edebug stop debugging? deech
2012-09-21 21:39 ` SOLVED: " deech
2012-09-22 7:06 ` Eli Zaretskii
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).