Skip to main content

PyDev.Debugger (used in PyDev, PyCharm and VSCode Python)

Project description

PyDev.Debugger

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.

For Python 2 please keep using pydevd 2.8.0.

pydevd is tested both with CPython as well as PyPy.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydevd-2.9.6.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distributions

pydevd-2.9.6-cp311-cp311-win_amd64.whl (1.8 MB view hashes)

Uploaded CPython 3.11 Windows x86-64

pydevd-2.9.6-cp311-cp311-macosx_10_15_universal2.whl (2.0 MB view hashes)

Uploaded CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)

pydevd-2.9.6-cp310-cp310-win_amd64.whl (1.9 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

pydevd-2.9.6-cp310-cp310-macosx_11_0_x86_64.whl (2.0 MB view hashes)

Uploaded CPython 3.10 macOS 11.0+ x86-64

pydevd-2.9.6-cp39-cp39-win_amd64.whl (1.9 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

pydevd-2.9.6-cp39-cp39-macosx_11_0_x86_64.whl (2.0 MB view hashes)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pydevd-2.9.6-cp38-cp38-win_amd64.whl (1.9 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

pydevd-2.9.6-cp38-cp38-macosx_10_15_x86_64.whl (2.0 MB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

pydevd-2.9.6-cp37-cp37m-win_amd64.whl (1.9 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

pydevd-2.9.6-cp37-cp37m-macosx_10_15_x86_64.whl (2.0 MB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page