{"id":13398798,"url":"https://github.com/inducer/pudb","last_synced_at":"2025-05-14T22:04:00.453Z","repository":{"id":1494353,"uuid":"1745896","full_name":"inducer/pudb","owner":"inducer","description":"Full-screen console debugger for Python","archived":false,"fork":false,"pushed_at":"2025-03-25T22:55:52.000Z","size":2069,"stargazers_count":3067,"open_issues_count":161,"forks_count":232,"subscribers_count":52,"default_branch":"main","last_synced_at":"2025-05-04T08:36:26.718Z","etag":null,"topics":["bpython","debug","debugger","ipython","pdb","pytest","pytest-plugin","python","urwid"],"latest_commit_sha":null,"homepage":"https://documen.tician.de/pudb/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inducer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-05-13T23:44:30.000Z","updated_at":"2025-05-02T16:22:26.000Z","dependencies_parsed_at":"2024-01-05T20:23:41.565Z","dependency_job_id":"32346179-953f-492a-bdfb-7e530794109c","html_url":"https://github.com/inducer/pudb","commit_stats":{"total_commits":1039,"total_committers":102,"mean_commits":"10.186274509803921","dds":0.492781520692974,"last_synced_commit":"f0b2aa5dbf28cd5eef39b0422dd6e20eef9ce30e"},"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Fpudb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Fpudb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Fpudb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Fpudb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inducer","download_url":"https://codeload.github.com/inducer/pudb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252840055,"owners_count":21812230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpython","debug","debugger","ipython","pdb","pytest","pytest-plugin","python","urwid"],"created_at":"2024-07-30T19:00:31.741Z","updated_at":"2025-05-07T08:23:19.968Z","avatar_url":"https://github.com/inducer.png","language":"Python","readme":"PuDB: a console-based visual debugger for Python\n================================================\n\n.. image:: https://gitlab.tiker.net/inducer/pudb/badges/main/pipeline.svg\n    :alt: Gitlab Build Status\n    :target: https://gitlab.tiker.net/inducer/pudb/commits/main\n.. image:: https://github.com/inducer/pudb/actions/workflows/ci.yml/badge.svg\n    :alt: Github Build Status\n    :target: https://github.com/inducer/pudb/actions/workflows/ci.yml\n.. image:: https://badge.fury.io/py/pudb.png\n    :alt: Python Package Index Release Page\n    :target: https://pypi.org/project/pudb/\n\nIts goal is to provide all the niceties of modern GUI-based debuggers in a\nmore lightweight and keyboard-friendly package. PuDB allows you to debug code\nright where you write and test it--in a terminal.\n\nHere are some screenshots:\n\n* Light theme\n\n  .. image:: doc/images/pudb-screenshot-light.png\n\n* Dark theme\n\n  .. image:: doc/images/pudb-screenshot-dark.png\n\nYou may watch screencasts too:\n\n* `Meet Pudb, a debugger for Python code (2020) \u003chttps://www.youtube.com/watch?v=bJYkCWPs_UU\u003e`_\n\n* `PuDB Intro Screencast (2009) \u003chttp://vimeo.com/5255125\u003e`_\n\nFeatures\n--------\n\n* Syntax-highlighted source, the stack, breakpoints and variables are all\n  visible at once and continuously updated. This helps you be more aware of\n  what's going on in your program. Variable displays can be expanded, collapsed\n  and have various customization options.\n\n* Pre-bundled themes, including dark themes via \"Ctrl-P\". Could set a custom theme also.\n\n* Simple, keyboard-based navigation using single keystrokes makes debugging\n  quick and easy. PuDB understands cursor-keys and Vi shortcuts for navigation.\n  Other keys are inspired by the corresponding pdb commands.\n\n* Use search to find relevant source code, or use \"m\" to invoke the module\n  browser that shows loaded modules, lets you load new ones and reload existing\n  ones.\n\n* Breakpoints can be set just by pointing at a source line and hitting \"b\" and\n  then edited visually in the breakpoints window.  Or hit \"t\" to run to the line\n  under the cursor.\n\n* Drop to a Python shell in the current environment by pressing \"!\".\n  Or open a command prompt alongside the source-code via \"Ctrl-X\".\n\n* PuDB places special emphasis on exception handling. A post-mortem mode makes\n  it easy to retrace a crashing program's last steps.\n\n* Ability to control the debugger from a separate terminal.\n\n* IPython integration (see `wiki \u003chttp://wiki.tiker.net/PuDB\u003e`_)\n\n* Should work with Python 3.6 and newer. (Versions 2019.2 and older continue\n  to support Python 2.7.)\n\nLinks\n-----\n\n`PuDB documentation \u003chttps://documen.tician.de/pudb\u003e`_\n\nPuDB also has a `mailing list \u003chttp://lists.tiker.net/listinfo/pudb\u003e`_ that\nyou may use to submit patches and requests for help.  You can also send a pull\nrequest to the `GitHub repository \u003chttps://github.com/inducer/pudb\u003e`_\n\nDevelopment Version\n-------------------\n\nYou may obtain the development version using the `Git \u003chttp://git-scm.org/\u003e`_\nversion control tool.::\n\n    git clone https://github.com/inducer/pudb.git\n\nYou may also `browse the code \u003chttps://github.com/inducer/pudb\u003e`_ online.\n","funding_links":[],"categories":["Development Tools","Python","Debugging Tools","Development Environment","调试工具","\u003ca name=\"programming\"\u003e\u003c/a\u003eProgramming","Table of Contents","Debugging Tools [🔝](#readme)"],"sub_categories":["Debugging and Tracing","Other dialects and variants"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Fpudb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finducer%2Fpudb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Fpudb/lists"}