Skip to content
New issue

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

Incoporate Python-Hunter? #1146

Closed
guettli opened this issue Mar 5, 2019 · 4 comments
Closed

Incoporate Python-Hunter? #1146

guettli opened this issue Mar 5, 2019 · 4 comments
Labels
Third Party Request Identifies features to be turned into third party projects

Comments

@guettli
Copy link

guettli commented Mar 5, 2019

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?

@tim-schilling
Copy link
Member

Did you try enabling the ProfilingPanel? I believe a third party panel would have to be created that would integrate python-hunter into DDT.

@guettli
Copy link
Author

guettli commented Nov 25, 2019

Sounds good. I hope some young and talented dev has time to implement this.

@tim-schilling
Copy link
Member

Opening back up for a third party request idea.

@tim-schilling tim-schilling reopened this Jan 8, 2020
@tim-schilling tim-schilling added the Third Party Request Identifies features to be turned into third party projects label Jan 8, 2020
@tim-schilling
Copy link
Member

Closing in favor of #1460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Third Party Request Identifies features to be turned into third party projects
Projects
None yet
Development

No branches or pull requests

2 participants