TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python Hunter – a flexible code tracing toolkit

3 点作者 ionelm将近 6 年前

1 comment

ionelm将近 6 年前
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>