GNU Info

Info Node: (slib.info)Debug

(slib.info)Debug


Next: Breakpoints Prev: Quick Print Up: Session Support
Enter node , (file) or (file)node

Debug
-----

  `(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)

 - Procedure: trace-all file ...
     Traces (Note: Trace) all procedures `define'd at top-level in
     `file' ....

 - Procedure: track-all file ...
     Tracks (Note: Trace) all procedures `define'd at top-level in
     `file' ....

 - Procedure: stack-all file ...
     Stacks (Note: Trace) all procedures `define'd at top-level in
     `file' ....

 - Procedure: break-all file ...
     Breakpoints (Note: Breakpoints) all procedures `define'd at
     top-level in `file' ....


automatically generated by info2www version 1.2.2.9