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

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

Re: Supplying DOC string in a `defun' using `defvar'


From: Michael Heerdegen
Subject: Re: Supplying DOC string in a `defun' using `defvar'
Date: Wed, 02 Jun 2021 00:44:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

> How could I invoke debugger on loading the file?

Not directly on loading.  Debug the
`hyperscope-generate-add-functions-by-hyperdocument-types' call (that is
performed when loading the file).

Depending on whether you want to use Edebug or the "standard" debugger,
instrument that function before loading the file, or use
`debug-on-entry'.  More details in the manual.

Michael.



reply via email to

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