Function: helpful--edebug
helpful--edebug is a byte-compiled function defined in helpful.el.
Signature
(helpful--edebug BUTTON)
Documentation
Toggle edebug for the current symbol.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--edebug (button)
"Toggle edebug for the current symbol."
(helpful--toggle-edebug (button-get button 'symbol))
(helpful-update))