TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python Hunter – a flexible code tracing toolkit

3 pointsby ionelmalmost 6 years ago

1 comment

ionelmalmost 6 years ago
Hunter has now a bit of everything (process attach, variable diffing like in pysnooper, env var activation, breakpoints, thread support and an api to build stuff on top) but without going overboard with overenineering (like serialization, storage or sql). For most intents and purposes it should replace every other tracer tool.<p>There&#x27;s also a work-in-progress cookbook with unusual stuff: <a href="https:&#x2F;&#x2F;python-hunter.readthedocs.io&#x2F;en&#x2F;latest&#x2F;cookbook.html" rel="nofollow">https:&#x2F;&#x2F;python-hunter.readthedocs.io&#x2F;en&#x2F;latest&#x2F;cookbook.html</a>