~ chicken-core (chicken-5) 7920ac94fbea2d05b17da3dbef91b3de53904e67
commit 7920ac94fbea2d05b17da3dbef91b3de53904e67
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sun Nov 25 15:09:34 2018 +0100
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sun Nov 25 15:09:34 2018 +0100
Add missing link to the Debugger section in the manual
diff --git a/manual/Debugging b/manual/Debugging
index 4aeeedea..1a4231b3 100644
--- a/manual/Debugging
+++ b/manual/Debugging
@@ -154,6 +154,6 @@ Text can be marked and searched as in the source-code window with {{F7}} and {{F
---
-Previous: [[Supported language]]
+Previous: [[Extensions to the standard]]
Next: [[Interface to external functions and variables]]
diff --git a/manual/Extensions to the standard b/manual/Extensions to the standard
index cf65756d..b439997b 100644
--- a/manual/Extensions to the standard
+++ b/manual/Extensions to the standard
@@ -225,4 +225,4 @@ work as expected when used within a macro form.
---
Previous: [[Deviations from the standard]]
-Next: [[Included modules]]
+Next: [[Debugging]]
diff --git a/manual/The User's Manual b/manual/The User's Manual
index a44566cb..8e1e66de 100644
--- a/manual/The User's Manual
+++ b/manual/The User's Manual
@@ -13,6 +13,7 @@ This is the manual for CHICKEN Scheme, version 5.0.1
* [[Using the compiler]] : How to use the batch compiler
* [[Deviations from the standard]] : Where CHICKEN deviates from R5RS
* [[Extensions to the standard]] : Extensions to R5RS that CHICKEN provides
+* [[Debugging]] : Using the "feathers" debugger to inspect running CHICKEN programs.
* [[Included modules]] : A reference to CHICKEN's core module library
* [[Interface to external functions and variables]] : Accessing C/C++ code and data
* [[Modules]] : How CHICKEN manages namespaces
Trap