From 723f24a59ba019cd2974efdcea731c6d9ca65842 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Aug 2015 06:41:10 -0700 Subject: Change to different exception for debugger quit. * debug.c (debug_quit_s): New global variable. (debug): Throw debug-quit, not query-error. (debug_init): Initialize debug_quit_s. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 362b5ad3..42a645de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-08-07 Kaz Kylheku + + Change to different exception for debugger quit. + + * debug.c (debug_quit_s): New global variable. + (debug): Throw debug-quit, not query-error. + (debug_init): Initialize debug_quit_s. + 2015-08-06 Kaz Kylheku * debug.c (help): Rearrange menu. Show missing quit command. -- cgit v1.2.3