Show
Ignore:
Timestamp:
08/16/08 13:28:18 (3 months ago)
Author:
pmoura
Message:

Simplified the implementation of the Logtalk built-in debugger. Changed the implementation of the debugger abort command to use the de-facto standard Prolog built-in predicate abort/0. Corrected a bug that prevented the use of the command ignore at the redo port.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4425 r4427  
    2626    runtime. Thanks to Joachim Schimpf and Kish Shen work on the improved  
    2727    singleton variable checking code found on the new ECLiPSe 6.0 compiler. 
     28 
     29    Simplified the implementation of the Logtalk built-in debugger. Changed  
     30    the implementation of the debugger abort command to use the de-facto  
     31    standard Prolog built-in predicate abort/0. Corrected a bug that prevented 
     32    the use of the command ignore at the redo port. 
    2833 
    2934    Added ECLiPSe 6.0 config files. Modified the POSIX script "eclipselgt"