Hi,
This is a feature request.
I would like to have a debug mode in SEE, allowing me to log what signals have been triggered, and what associated handlers have being called.
like the following:
logging.debug("signal: %s -> handler: %s", signal, handler)