As apps become more complicated, the network of all callbacks can be difficult to keep in one’s head.
There’s a very nice debugging tool to visualize the interconnectedness of callbacks in debugging mode. However, in development-mode our application is served via a multi-container docker compose that uses Gunicorn as the WSGI server.
(1) are there any good callback connectedness profilers that are comparable to the in-built Dash debug graph view?
(2) is there a way to access the Dash debug callback network with a Gunicorn server?