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

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

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

gotcha/ipdb

0
View on GitHub↗
1,975 星标·152 分支·Python·BSD-3-Clause·6 次浏览

Ipdb

Integration of IPython pdb

Features

  • Debugging And Profiling - IPython-enabled debugger.
  • Debugging Tools - Provides an interactive debugger based on IPython.

Star 历史

gotcha/ipdb 的 Star 历史图表gotcha/ipdb 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

gotcha/ipdb 是做什么的?

Integration of IPython pdb

gotcha/ipdb 的主要功能有哪些?

gotcha/ipdb 的主要功能包括:Debugging And Profiling, Debugging Tools。

gotcha/ipdb 有哪些开源替代品?

gotcha/ipdb 的开源替代品包括: django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… inducer/pudb — Full-screen console debugger for Python. 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… gruns/icecream — Icecream is a Python debugging utility designed for inspecting variable values and execution flow during development.… ionelmc/python-hunter — Hunter is a flexible code tracing toolkit.

Ipdb 的开源替代方案

相似的开源项目,按与 Ipdb 的功能重合度排序。
  • 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
  • gruns/icecreamgruns 的头像

    gruns/icecream

    10,063在 GitHub 上查看↗

    Icecream is a Python debugging utility designed for inspecting variable values and execution flow during development. It provides a variable inspector that automatically labels values and attaches file and line number metadata to each output. The tool features a builtins injector that adds debugging functions to the global namespace, allowing for universal access across all project files without manual imports. It also includes an inline debugging tool that returns its arguments to the caller, enabling the insertion of inspection calls directly into active expressions without altering program

    Pythondebugdebuggingdebugging-tool
    在 GitHub 上查看↗10,063
  • 查看 Ipdb 的所有 30 个替代方案→