diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:43:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:43:17 +0200 |
commit | 6dcb6d9c71c1ed42f68a5468db18b80b790fd281 (patch) | |
tree | 3cefae11db6f6b3d874600a01bee5ef9498cd1a4 /NEWS | |
parent | 20d333afbaadde8a8daa4091e22cf549c6954a6a (diff) | |
download | egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.gz egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.bz2 egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.zip |
Add "exit" as synonym for "quit" in the debugger.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Changes from 4.1.3 to 4.1.x reports watchpoints that have fired before checking for breakpoints. This gives more natural behavior to the user. +4. The "exit" command has been added to the debugger as an alias + for "quit". + Changes from 4.1.2 to 4.1.3 --------------------------- |