~ chicken-core (chicken-5) 9ffbef28d46d0f94328c0545b7de176563799f1e
commit 9ffbef28d46d0f94328c0545b7de176563799f1e
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Sun Dec 2 14:19:08 2018 +1300
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Dec 4 18:34:46 2018 +0100
Bump debugger protocol version
Signed-off-by: felix <felix@call-with-current-continuation.org>
diff --git a/dbg-stub.c b/dbg-stub.c
index feed4980..348a77f6 100644
--- a/dbg-stub.c
+++ b/dbg-stub.c
@@ -53,7 +53,7 @@ static WSADATA wsa;
#endif
-#define C_DEBUG_PROTOCOL_VERSION 0
+#define C_DEBUG_PROTOCOL_VERSION 1
#define C_DEBUG_REPLY_UNUSED 0
#define C_DEBUG_REPLY_SETMASK 1
diff --git a/feathers.tcl b/feathers.tcl
index 15aa3f0c..71def7c2 100755
--- a/feathers.tcl
+++ b/feathers.tcl
@@ -27,7 +27,7 @@
set version 0
-set protocol_version 0
+set protocol_version 1
set debugger_port 9999
set events(1) call
Trap