Function: xscheme-send-breakpoint-interrupt
xscheme-send-breakpoint-interrupt is an interactive and byte-compiled
function defined in xscheme.el.gz.
Signature
(xscheme-send-breakpoint-interrupt)
Documentation
Cause the Scheme process to enter a breakpoint.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
;;;; Interrupts
(defun xscheme-send-breakpoint-interrupt ()
"Cause the Scheme process to enter a breakpoint."
(interactive)
(xscheme-send-interrupt ?b nil))