Function: verilog-scan-and-debug
verilog-scan-and-debug is a byte-compiled function defined in
verilog-mode.el.gz.
Signature
(verilog-scan-and-debug)
Documentation
For debugging, run verilog-scan and verilog-scan-debug.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defun verilog-scan-and-debug ()
"For debugging, run `verilog-scan' and `verilog-scan-debug'."
(let (verilog-scan-cache-preserving
verilog-scan-cache-tick)
(goto-char (point-min))
(verilog-scan)
(verilog-scan-debug)))