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
Some days ago I came across a cool tracing tool for python:
https://python-hunter.readthedocs.io/en/latest/
It would be very cool if I could trace django requests via django debug toolbar.
But maybe there is already a way to trace via DDT.
My use case: show all lines of the module name "foo" which get executed during the request.
In most cases I don't want to see lines from stdlib or django. Bugs are usually in my code :-)
What do you think?
The text was updated successfully, but these errors were encountered:
Did you try enabling the ProfilingPanel? I believe a third party panel would have to be created that would integrate python-hunter into DDT.
Sorry, something went wrong.
Sounds good. I hope some young and talented dev has time to implement this.
Opening back up for a third party request idea.
Closing in favor of #1460
No branches or pull requests
Some days ago I came across a cool tracing tool for python:
https://python-hunter.readthedocs.io/en/latest/
It would be very cool if I could trace django requests via django debug toolbar.
But maybe there is already a way to trace via DDT.
My use case: show all lines of the module name "foo" which get executed during the request.
In most cases I don't want to see lines from stdlib or django. Bugs are usually in my code :-)
What do you think?
The text was updated successfully, but these errors were encountered: