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.