emacs-devel
[Top][All Lists]
Advanced

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

Re: How to highlight the offending line of code with edebug


From: Eli Zaretskii
Subject: Re: How to highlight the offending line of code with edebug
Date: Fri, 23 Dec 2022 09:20:04 +0200

> From: Davin Pearson <davin.pearson@gmail.com>
> Date: Fri, 23 Dec 2022 10:13:33 +1300
> 
> When I write the following code:
> 
> (progn
>   (setq edebug-on-error t)
>   (setq edebug-all-defs t))
> 
> (defun foo ()
>   tomcat
>   )
> (foo)
> 
> How do I invoke the edebug debugger when you get an error:

I don't think you can.  Edebug requires that you instrument the
function(s) you want to debug in advance.



reply via email to

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