Function: semantic-debug-idle-work-function
semantic-debug-idle-work-function is an interactive and byte-compiled
function defined in idle.el.gz.
Signature
(semantic-debug-idle-work-function)
Documentation
Run the Semantic idle work function with debugging turned on.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defun semantic-debug-idle-work-function ()
"Run the Semantic idle work function with debugging turned on."
(interactive)
(let ((debug-on-error t))
(semantic-idle-work-core-handler)
))