Consider creating a DEBUG version of the library

Author: philipwaltonCreated May 28, 2021Updated Mar 6, 2023

A number of users have requested additional logging to warn users of common issues that may arise (e.g. #138).

I hesitate to increase the size of the production library with logging that most likely will be ignored, but perhaps we could create a debug version of the library users can run in development to help them debug issues.

What do folks think? Would this be useful?