Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • chiles's avatar
    f99de75d
    · f99de75d
    chiles authored
    Added CLEAR-TRACE-BREAKPOINT-RECORD to ext:*setf-fdefinition-hook*.
    
    Fixed package system, so the old TRACE and new one didn't conflict with
    variable names.
    
    Added debug:*trace-frame* to support users who want to enter expressions for
    evaluation in the frame.  This is described in the TRACE doc string.
    
    Fixed TRACE interface to support any function name, not just symbols.
    Underlying support allowed this, but TRACE complained when it inspected its
    arguments.
    
    Added full support for documented interface of TRACE since before it only
    allowed users to see arguments and output without conditionalization, printing,
    etc.
    f99de75d
    History
    chiles authored
    Added CLEAR-TRACE-BREAKPOINT-RECORD to ext:*setf-fdefinition-hook*.
    
    Fixed package system, so the old TRACE and new one didn't conflict with
    variable names.
    
    Added debug:*trace-frame* to support users who want to enter expressions for
    evaluation in the frame.  This is described in the TRACE doc string.
    
    Fixed TRACE interface to support any function name, not just symbols.
    Underlying support allowed this, but TRACE complained when it inspected its
    arguments.
    
    Added full support for documented interface of TRACE since before it only
    allowed users to see arguments and output without conditionalization, printing,
    etc.