We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
set -x
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.
The text was updated successfully, but these errors were encountered:
Related: ionelmc/python-hunter#79
Sorry, something went wrong.
This tracer looks good: https://github.com/gaogaotiantian/viztracer
Since it supports perfetto, it might be more powerful. But I did not do a deep comparison to python hunter yet.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: