From 2abfda82675476eaa950cb899e06f5be8706efe0 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Fri, 31 Oct 2008 20:00:42 +0100 Subject: [PATCH] Changelog note for: New command line option to enable or disable the debugger. --- src/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index ab2e586b1..f0bc9d4bc 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -70,6 +70,9 @@ ECL 8.9.0: - *DEFAULT-PATHNAME-DEFAULTS* is initialized to the value of EXT:GETCWD. + - A new command line option, -debug, enables the debugger whenever an error + happens. The converse is -nodebug. + * Embedding: - ECL now implements a more transparent interface for setting and querying