Updated Debugging (markdown)

Alex Abrahamson
2017-11-09 15:40:58 -07:00
parent ab0a446d9c
commit fbe9ece2d4

@@ -1,3 +1,6 @@
https://www.wolfssl.com
## Sections in chapter 8:
[8.1 - Debugging and Logging](#81-debugging-and-logging)
@@ -40,4 +43,4 @@ wolfSSL_ERR_error_string(err, errorString);
If you are using non blocking sockets, you can test for errno EAGAIN/EWOULDBLOCK or more correctly you can test the specific error code for SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes).
For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes).