Next: Breakpoints, Previous: Quick Print, Up: Session Support [Contents][Index]
(require 'debug)
Requiring debug automatically requires trace and
break.
An application with its own datatypes may want to substitute its own
printer for qp. This example shows how to do this:
(define qpn (lambda args) …) (provide 'qp) (require 'debug)
Breakpoints (see Breakpoints) all procedures defined at
top-level in file ….