From 7af64f33ad8177ed44aef76a416954087d7e80b8 Mon Sep 17 00:00:00 2001 From: Alex Abrahamson Date: Tue, 7 Nov 2017 16:57:50 -0700 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Debugging.md b/Debugging.md index 50a740c..ec8ac8e 100644 --- a/Debugging.md +++ b/Debugging.md @@ -1,3 +1,8 @@ +## Sections in chapter 8: +[8.1 - Debugging and Logging](#81-debugging-and-logging) + +[8.2 - Error Codes](#82-error codes) + # 8.1 Debugging and Logging wolfSSL (formerly CyaSSL) has support for debugging through log messages in environments where debugging is limited. To turn logging on use the function _wolfSSL\_Debugging\_ON()_ and to turn it off use _wolfSSL\_Debugging\_OFF()_. In a normal build (release mode) these functions will have no effect. In a debug build, define **DEBUG\_WOLFSSL** to ensure these functions are turned on.