Open
Description
I would like to have a panel which shows every line of my code which got executed during the http request.
Lines of the python standard library or the django framework should not be shown.
I googled, but it seems that there is nothing up to now.
Similar to set -x
on the shell.
Maybe this new panel could be based on one of these tools
https://github.com/ionelmc/python-hunter
https://github.com/gaogaotiantian/viztracer
Maybe it would make sense to start this panel as external project first.
Please tell me if I was blind and a ddt panel like this already exists.