awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ionelmc avatar

ionelmc/python-hunter

0
View on GitHub↗
869 星标·51 分支·Python·BSD-2-Clause·1 次浏览python-hunter.readthedocs.io↗

Python Hunter

Hunter is a flexible code tracing toolkit.

Features

  • Debugging And Profiling - Flexible toolkit for tracing code execution.
  • Debugging Tools - Provides a flexible toolkit for tracing code execution.

Star 历史

ionelmc/python-hunter 的 Star 历史图表ionelmc/python-hunter 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Python Hunter 的开源替代方案

相似的开源项目,按与 Python Hunter 的功能重合度排序。
  • benfred/py-spybenfred 的头像

    benfred/py-spy

    15,272在 GitHub 上查看↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Rustperformance-analysisprofilerprofiling
    在 GitHub 上查看↗15,272
  • django-commons/django-debug-toolbardjango-commons 的头像

    django-commons/django-debug-toolbar

    8,373在 GitHub 上查看↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    在 GitHub 上查看↗8,373
  • barryvdh/laravel-debugbarbarryvdh 的头像

    barryvdh/laravel-debugbar

    19,242在 GitHub 上查看↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    在 GitHub 上查看↗19,242
  • gotcha/ipdbgotcha 的头像

    gotcha/ipdb

    1,975在 GitHub 上查看↗

    Integration of IPython pdb

    Pythondebuggeripythonpython
    在 GitHub 上查看↗1,975
查看 Python Hunter 的所有 30 个替代方案→

常见问题解答

ionelmc/python-hunter 是做什么的?

Hunter is a flexible code tracing toolkit.

ionelmc/python-hunter 的主要功能有哪些?

ionelmc/python-hunter 的主要功能包括:Debugging And Profiling, Debugging Tools。

ionelmc/python-hunter 有哪些开源替代品?

ionelmc/python-hunter 的开源替代品包括: django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… gruns/icecream — Icecream is a Python debugging utility designed for inspecting variable values and execution flow during development.… barryvdh/laravel-debugbar — Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface… benfred/py-spy — py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to… gotcha/ipdb — Integration of IPython pdb. inducer/pudb — Full-screen console debugger for Python.