pydevd


Namepydevd JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/fabioz/PyDev.Debugger/
SummaryPyDev.Debugger (used in PyDev, PyCharm and VSCode Python)
upload_time2024-01-31 19:21:51
maintainer
docs_urlNone
authorFabio Zadrozny and others
requires_python
licenseEPL
keywords pydev pydevd pydev.debugger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyDev.Debugger
===============

Latest `3.x` version: the PyDev debugger now supports `sys.monitoring` which enables
really fast tracing on `Python 3.12` (so, if speed is an issue, make sure you upgrade).

The PyDev Debugger is a Python debugger which historically was created to
work with `PyDev` (in Eclipse).

Over the years (as it's open source -- EPL) it was adopted by other IDEs/companies
(so, it was integrated into PyCharm and is also bundled in VSCode Python by
the usage of debugpy).

Note that although it was adopted by other IDEs (and over the years companies of other
commercial IDEs did provide backing), by far most of the work was done without any
external backing and the ongoing work on the project relies on community support.

If you like using it, please consider becoming a backer of the project (this is
done through the `PyDev` umbrella, so please see https://www.pydev.org/about.html
for how to financially contribute to the project).

The sources for the PyDev.Debugger may be seen at:

https://github.com/fabioz/PyDev.Debugger

In general, the debugger backend should **NOT** be installed separately if you're using an IDE which already
bundles it (such as PyDev, PyCharm or bundled through debugpy, which is the debug adapter used in 
VSCode Python and Visual Studio Python).

It is however available in PyPi so that it can be installed for doing remote debugging with `pip` -- so, when
debugging a process which runs in another machine, it's possible to `pip install pydevd` and in the code use
`pydevd.settrace(host='10.1.1.1')` to connect the debugger backend to the debugger UI running in the IDE
(whereas previously the sources had to be manually copied from the IDE installation).

`pydevd` is compatible with Python 3.6 onwards and is tested both with CPython as well as PyPy.

For `Python 2` please keep using `pydevd 2.8.0`.

Recent versions contain speedup modules using Cython, which are generated with a few changes in the regular files
to `cythonize` the files. To update and compile the cython sources (and generate some other auto-generated files),
`build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be commited.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fabioz/PyDev.Debugger/",
    "name": "pydevd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pydev,pydevd,pydev.debugger",
    "author": "Fabio Zadrozny and others",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/16/05/dc05219c99b3bf84847aa8cb93d05aed3ce9406d5f56363a87c0ec96265b/pydevd-3.0.1.tar.gz",
    "platform": null,
    "description": "PyDev.Debugger\r\n===============\r\n\r\nLatest `3.x` version: the PyDev debugger now supports `sys.monitoring` which enables\r\nreally fast tracing on `Python 3.12` (so, if speed is an issue, make sure you upgrade).\r\n\r\nThe PyDev Debugger is a Python debugger which historically was created to\r\nwork with `PyDev` (in Eclipse).\r\n\r\nOver the years (as it's open source -- EPL) it was adopted by other IDEs/companies\r\n(so, it was integrated into PyCharm and is also bundled in VSCode Python by\r\nthe usage of debugpy).\r\n\r\nNote that although it was adopted by other IDEs (and over the years companies of other\r\ncommercial IDEs did provide backing), by far most of the work was done without any\r\nexternal backing and the ongoing work on the project relies on community support.\r\n\r\nIf you like using it, please consider becoming a backer of the project (this is\r\ndone through the `PyDev` umbrella, so please see https://www.pydev.org/about.html\r\nfor how to financially contribute to the project).\r\n\r\nThe sources for the PyDev.Debugger may be seen at:\r\n\r\nhttps://github.com/fabioz/PyDev.Debugger\r\n\r\nIn general, the debugger backend should **NOT** be installed separately if you're using an IDE which already\r\nbundles it (such as PyDev, PyCharm or bundled through debugpy, which is the debug adapter used in \r\nVSCode Python and Visual Studio Python).\r\n\r\nIt is however available in PyPi so that it can be installed for doing remote debugging with `pip` -- so, when\r\ndebugging a process which runs in another machine, it's possible to `pip install pydevd` and in the code use\r\n`pydevd.settrace(host='10.1.1.1')` to connect the debugger backend to the debugger UI running in the IDE\r\n(whereas previously the sources had to be manually copied from the IDE installation).\r\n\r\n`pydevd` is compatible with Python 3.6 onwards and is tested both with CPython as well as PyPy.\r\n\r\nFor `Python 2` please keep using `pydevd 2.8.0`.\r\n\r\nRecent versions contain speedup modules using Cython, which are generated with a few changes in the regular files\r\nto `cythonize` the files. To update and compile the cython sources (and generate some other auto-generated files),\r\n`build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be commited.\r\n",
    "bugtrack_url": null,
    "license": "EPL",
    "summary": "PyDev.Debugger (used in PyDev, PyCharm and VSCode Python)",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/fabioz/PyDev.Debugger/"
    },
    "split_keywords": [
        "pydev",
        "pydevd",
        "pydev.debugger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5129f03e3feae5f630659ab74ad2b5e64c0f69a417f1d2a44d9e1ab3c2f5f01c",
                "md5": "dbe4bd5d8e8a3d9f94b8efa603f5c131",
                "sha256": "8bab582eef3858b1a746787b6950a6727b94de62f785e8ef542e6c0e02df9e4b"
            },
            "downloads": -1,
            "filename": "pydevd-3.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dbe4bd5d8e8a3d9f94b8efa603f5c131",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2162561,
            "upload_time": "2024-01-31T19:20:21",
            "upload_time_iso_8601": "2024-01-31T19:20:21.796820Z",
            "url": "https://files.pythonhosted.org/packages/51/29/f03e3feae5f630659ab74ad2b5e64c0f69a417f1d2a44d9e1ab3c2f5f01c/pydevd-3.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "451055965b9c32c4b71956327ab89cb6868ccc97cd2fa62441c04f4adac4cbd6",
                "md5": "0c889e2ecc3076406e771a4eb89cdf7b",
                "sha256": "9a89b33335828f4361dae70ebb4b18108970a6409ba6b466ac8325f16e0c9f40"
            },
            "downloads": -1,
            "filename": "pydevd-3.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0c889e2ecc3076406e771a4eb89cdf7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2202039,
            "upload_time": "2024-01-31T19:21:30",
            "upload_time_iso_8601": "2024-01-31T19:21:30.061915Z",
            "url": "https://files.pythonhosted.org/packages/45/10/55965b9c32c4b71956327ab89cb6868ccc97cd2fa62441c04f4adac4cbd6/pydevd-3.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b100ac1d925b877830500604c557ed70af34c33eaead5bd9d4b94b1f5a30041",
                "md5": "568e7ca6e3a0e2c82656b2a477ab162a",
                "sha256": "b972699e3deb61ccb4002d7b8d6e296e1966a2f152f3ada7c1ca75db23174be0"
            },
            "downloads": -1,
            "filename": "pydevd-3.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "568e7ca6e3a0e2c82656b2a477ab162a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2196743,
            "upload_time": "2024-01-31T19:21:48",
            "upload_time_iso_8601": "2024-01-31T19:21:48.136005Z",
            "url": "https://files.pythonhosted.org/packages/9b/10/0ac1d925b877830500604c557ed70af34c33eaead5bd9d4b94b1f5a30041/pydevd-3.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1605dc05219c99b3bf84847aa8cb93d05aed3ce9406d5f56363a87c0ec96265b",
                "md5": "4109cbaad3060138f1e5ad8602469ab5",
                "sha256": "2ef41a6ac2238d0f0fb0c42cf1fa6917d717af7c3b0f25c5061a58dc7aea5c2e"
            },
            "downloads": -1,
            "filename": "pydevd-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4109cbaad3060138f1e5ad8602469ab5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1190834,
            "upload_time": "2024-01-31T19:21:51",
            "upload_time_iso_8601": "2024-01-31T19:21:51.644367Z",
            "url": "https://files.pythonhosted.org/packages/16/05/dc05219c99b3bf84847aa8cb93d05aed3ce9406d5f56363a87c0ec96265b/pydevd-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 19:21:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fabioz",
    "github_project": "PyDev.Debugger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pydevd"
}
        
Elapsed time: 0.23971s