home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0050.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  415 b   |  14 lines

  1.   The function 'retrace' will insure that all functions which should be
  2. traced are indeed traced.   This will solve the problem of reloading
  3. a file whose functions are traced.  After you load a file, you can
  4. type (retrace) and those functions which became untraced during the loading
  5. process, will be traced again.
  6.  
  7.   The top-level-print and top-level-read variables will now take effect
  8. within a trace break.
  9.  
  10.  
  11.  
  12.  
  13.  
  14.