{ "info": { "author": "Xavier de Gaye", "author_email": "xdegaye@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Debuggers" ], "description": "**Features**\n\n * Implement the most recent Python 3 features of pdb, as defined in the Python 3 `pdb documentation`_. The pdb command line interface remains unchanged except for the new ``detach`` and ``thread`` pdb commands.\n\n * Improve significantly pdb performance. With breakpoints, pdb-clone runs just below the speed of the interpreter while pdb runs 10 to 100 times slower than the interpreter, see `Performances `_.\n\n * Extend pdb with remote debugging. A remote debugging session may be started when the program stops at a ``pdb.set_trace_remote()`` hard-coded breakpoint, or at any time and multiple times by attaching to the process main thread. See `RemoteDebugging `_\n\n * Fix pdb long standing bugs entered in the Python issue tracker, see the `News `_.\n\n * Add a bdb comprehensive test suite (more than 70 tests) and run both pdb and bdb test suites.\n\npdb-clone runs the same source code on all the supported versions of Python, which are:\n\n * Python 3: from version 3.2 onward.\n\n * Python 2: version 2.7.\n\nSee also the `README `_ and the project `home page `_.\n\nReport bugs to the `issue tracker `_.\n\n**Usage**\n\nInvoke pdb-clone as a script to debug other scripts. For example::\n\n $ pdb-clone myscript.py\n\nOr use one of the different ways of running pdb described in the `pdb documentation`_ and replace::\n\n import pdb\n\nwith::\n\n from pdb_clone import pdb\n\n.. _pdb documentation: http://docs.python.org/3/library/pdb.html\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/corpusops/pdbclone.git", "keywords": "", "license": "GNU GENERAL PUBLIC LICENSE Version 2", "maintainer": "", "maintainer_email": "", "name": "pdb-clone", "package_url": "https://pypi.org/project/pdb-clone/", "platform": "all", "project_url": "https://pypi.org/project/pdb-clone/", "project_urls": { "Homepage": "https://github.com/corpusops/pdbclone.git" }, "release_url": "https://pypi.org/project/pdb-clone/1.10.1/", "requires_dist": null, "requires_python": "", "summary": "A clone of pdb, fast and with the remote debugging and attach features.", "version": "1.10.1" }, "last_serial": 3735617, "releases": { "1.10": [ { "comment_text": "", "digests": { "md5": "5b332fbb6acce0a0908c0e1685562a8f", "sha256": "47f7ac718eb895d8014e5c85a386d1faee5a863341951f14b807ebdc52ca855b" }, "downloads": -1, "filename": "pdb-clone-1.10.zip", "has_sig": false, "md5_digest": "5b332fbb6acce0a0908c0e1685562a8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110326, "upload_time": "2017-11-08T09:18:36", "url": "https://files.pythonhosted.org/packages/64/ce/85a7f50f6c57f979f3a221880127d0e0474ebfc6ffe52dc7be007bd7bb79/pdb-clone-1.10.zip" } ], "1.10.1": [ { "comment_text": "", "digests": { "md5": "6dca83451b1c4fa473b3b8ce6dc446c7", "sha256": "61f99ddcfd3cae308729fb08a30a762dec9c19d50ded4e2f4cfc97918283b83d" }, "downloads": -1, "filename": "pdb-clone-1.10.1.zip", "has_sig": false, "md5_digest": "6dca83451b1c4fa473b3b8ce6dc446c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110435, "upload_time": "2018-04-04T22:41:09", "url": "https://files.pythonhosted.org/packages/a8/b2/4f918c0a05cb557f6dac9a5715e4cfbbbf65a6be07946b8ad5a571bb94ad/pdb-clone-1.10.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6dca83451b1c4fa473b3b8ce6dc446c7", "sha256": "61f99ddcfd3cae308729fb08a30a762dec9c19d50ded4e2f4cfc97918283b83d" }, "downloads": -1, "filename": "pdb-clone-1.10.1.zip", "has_sig": false, "md5_digest": "6dca83451b1c4fa473b3b8ce6dc446c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110435, "upload_time": "2018-04-04T22:41:09", "url": "https://files.pythonhosted.org/packages/a8/b2/4f918c0a05cb557f6dac9a5715e4cfbbbf65a6be07946b8ad5a571bb94ad/pdb-clone-1.10.1.zip" } ] }