~ chicken-core (chicken-5) b69b0806049b263b1bd3bc271377e54f9044195e


commit b69b0806049b263b1bd3bc271377e54f9044195e
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Mon Apr 4 20:55:39 2016 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Mon Apr 4 21:22:18 2016 +0200

    Add debugger-client, dbg-stub and manual/Debugging to manifest.

diff --git a/distribution/manifest b/distribution/manifest
index 1dd037f4..4ce955ff 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -15,6 +15,8 @@ csc.c
 csi.c
 eval.c
 data-structures.c
+dbg-stub.c
+debugger-client.c
 ports.c
 files.c
 extras.c
@@ -64,6 +66,7 @@ csibatch.bat
 eval.scm
 extras.scm
 data-structures.scm
+debugger-client.scm
 ports.scm
 files.scm
 chicken-bug.1
@@ -317,6 +320,7 @@ manual-html/Bibliography.html
 manual-html/Bugs and limitations.html
 manual-html/C interface.html
 manual-html/Callbacks.html
+manual-html/Debugging.html
 manual-html/Exceptions.html
 manual-html/Cross development.html
 manual-html/Data representation.html
Trap