Variable: edebug-new-definition-function
edebug-new-definition-function is a variable defined in edebug.el.gz.
Value
edebug-new-definition
Documentation
Function to call after Edebug wraps a new definition.
After Edebug has initialized its own data, this function is called with one argument, the symbol associated with the definition, which may be the actual symbol defined or one generated by Edebug.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defvar edebug-new-definition-function #'edebug-new-definition
"Function to call after Edebug wraps a new definition.
After Edebug has initialized its own data, this function is
called with one argument, the symbol associated with the
definition, which may be the actual symbol defined or one
generated by Edebug.")