see icon indicating copy to clipboard operation
see copied to clipboard

Feature: Debug mode logging signals to handler calls

Open Wenzel opened this issue 7 years ago • 0 comments

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)

Wenzel avatar Jul 26 '18 14:07 Wenzel