pydevd-pycharm


Namepydevd-pycharm JSON
Version 241.15989.155 PyPI version JSON
download
home_pagehttps://github.com/JetBrains/intellij-community
SummaryPyCharm Debugger (used in PyCharm and PyDev)
upload_time2024-04-30 13:33:47
maintainerNone
docs_urlNone
authorJetBrains, Fabio Zadrozny and others
requires_pythonNone
licenseApache 2.0
keywords pydev pydevd pydev.debugger pycharm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyDev.Debugger
==============

The sources for the PyDev.Debugger (used in PyDev & PyCharm) 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 or PyCharm).

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-pycharm` and in the code use
`pydevd_pycharm.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).

It should be compatible with Python 2.6 onwards (as well as Jython 2.7, IronPython and PyPy -- and
any other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace).

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.

To generate a distribution with the precompiled binaries for the IDE, `build_binaries_windows.py` should be run (
note that the environments must be pre-created as specified in that file).

To generate a distribution to upload to PyPi, `python setup.py sdist bdist_wheel` should be run for each python version
which should have a wheel and afterwards `twine upload -s dist/pydevd-*` should be run to actually upload the contents
to PyPi.

Travis (Linux CI):

.. |travis| image:: https://travis-ci.org/fabioz/PyDev.Debugger.png
  :target: https://travis-ci.org/fabioz/PyDev.Debugger

|travis|

Appveyor (Windows CI):

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/j6vjq687brbk20ux?svg=true
  :target: https://ci.appveyor.com/project/fabioz/pydev-debugger

|appveyor|
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JetBrains/intellij-community",
    "name": "pydevd-pycharm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pydev, pydevd, pydev.debugger, pycharm",
    "author": "JetBrains, Fabio Zadrozny and others",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/db/6b/af9b0d43b8fd142e37a4046fb121d4c7fca8799858ed75c9f0eacb06bf4c/pydevd-pycharm-241.15989.155.tar.gz",
    "platform": null,
    "description": "PyDev.Debugger\n==============\n\nThe sources for the PyDev.Debugger (used in PyDev & PyCharm) may be seen at:\n\nhttps://github.com/fabioz/PyDev.Debugger\n\nIn general, the debugger backend should **NOT** be installed separately if you're using an IDE which already\nbundles it (such as PyDev or PyCharm).\n\nIt is however available in PyPi so that it can be installed for doing remote debugging with `pip` -- so, when\ndebugging a process which runs in another machine, it's possible to `pip install pydevd-pycharm` and in the code use\n`pydevd_pycharm.settrace(host='10.1.1.1')` to connect the debugger backend to the debugger UI running in the IDE\n(whereas previously the sources had to be manually copied from the IDE installation).\n\nIt should be compatible with Python 2.6 onwards (as well as Jython 2.7, IronPython and PyPy -- and\nany other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace).\n\nRecent versions contain speedup modules using Cython, which are generated with a few changes in the regular files\nto `cythonize` the files. To update and compile the cython sources (and generate some other auto-generated files),\n`build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be commited.\n\nTo generate a distribution with the precompiled binaries for the IDE, `build_binaries_windows.py` should be run (\nnote that the environments must be pre-created as specified in that file).\n\nTo generate a distribution to upload to PyPi, `python setup.py sdist bdist_wheel` should be run for each python version\nwhich should have a wheel and afterwards `twine upload -s dist/pydevd-*` should be run to actually upload the contents\nto PyPi.\n\nTravis (Linux CI):\n\n.. |travis| image:: https://travis-ci.org/fabioz/PyDev.Debugger.png\n  :target: https://travis-ci.org/fabioz/PyDev.Debugger\n\n|travis|\n\nAppveyor (Windows CI):\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/j6vjq687brbk20ux?svg=true\n  :target: https://ci.appveyor.com/project/fabioz/pydev-debugger\n\n|appveyor|",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "PyCharm Debugger (used in PyCharm and PyDev)",
    "version": "241.15989.155",
    "project_urls": {
        "Homepage": "https://github.com/JetBrains/intellij-community"
    },
    "split_keywords": [
        "pydev",
        " pydevd",
        " pydev.debugger",
        " pycharm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db6baf9b0d43b8fd142e37a4046fb121d4c7fca8799858ed75c9f0eacb06bf4c",
                "md5": "be2718019c1cb097cb9e225f20c9aa3b",
                "sha256": "428d98047ecbd7f347fb5e443869dead42aa0b389d8b64fc2034bb1cedae3609"
            },
            "downloads": -1,
            "filename": "pydevd-pycharm-241.15989.155.tar.gz",
            "has_sig": false,
            "md5_digest": "be2718019c1cb097cb9e225f20c9aa3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8113386,
            "upload_time": "2024-04-30T13:33:47",
            "upload_time_iso_8601": "2024-04-30T13:33:47.754859Z",
            "url": "https://files.pythonhosted.org/packages/db/6b/af9b0d43b8fd142e37a4046fb121d4c7fca8799858ed75c9f0eacb06bf4c/pydevd-pycharm-241.15989.155.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 13:33:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JetBrains",
    "github_project": "intellij-community",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pydevd-pycharm"
}
        
Elapsed time: 0.27322s