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

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

Re: How to get full value of variable during edebug function tracing?


From: Stefan Monnier
Subject: Re: How to get full value of variable during edebug function tracing?
Date: Fri, 17 Jun 2022 17:34:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jean Louis [2022-06-17 21:25:19] wrote:
> How to get full value of variable during edebug function tracing?

You can try to use the `inspect` package newly added to GNU ELPA.
Personally, in similar circumstances I tend to do the following:

    e (setq my-foo <THEVARIABLE>) RET

and then I go to my trusty `ielm` buffer to look at `my-foo` in all
its glory.


        Stefan




reply via email to

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