Skip to main content

PyDev.Debugger (used in PyDev and PyCharm)

Project description

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 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).

It should be compatible with Python 2.4 onwards (as well as Jython 2.2.1, 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 bdist_wheel sdist should be run for each python version which should have a wheel and afterwards twine upload -s dist/pydevd-* shoud be run to actually upload the contents to PyPi.

Travis (Linux CI):

[![Build Status](https://travis-ci.org/fabioz/PyDev.Debugger.png)](https://travis-ci.org/fabioz/PyDev.Debugger)

Appveyor (Windows CI):

[![Build status](https://ci.appveyor.com/api/projects/status/j6vjq687brbk20ux?svg=true)](https://ci.appveyor.com/project/fabioz/pydev-debugger)

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-0.0.4.zip (1.1 MB view details)

Uploaded Source

Built Distributions

pydevd-0.0.4-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

pydevd-0.0.4-cp35-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5 Windows x86-64

pydevd-0.0.4-cp35-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.5 Windows x86

pydevd-0.0.4-cp34-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.4 Windows x86

pydevd-0.0.4-cp27-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 2.7 Windows x86-64

pydevd-0.0.4-cp27-none-win32.whl (1.1 MB view details)

Uploaded CPython 2.7 Windows x86

File details

Details for the file pydevd-0.0.4.zip.

File metadata

  • Download URL: pydevd-0.0.4.zip
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pydevd-0.0.4.zip
Algorithm Hash digest
SHA256 fc41071d8f169d4533992cb150641aaf565ead85de5790630fcbfd25f0d0d0ba
MD5 c6ed7ae019deb85911211ec7391ac08e
BLAKE2b-256 842d3b76d577c1959e87441c21503bba7cb1b1a8ccd718ec34de688859e7e7dd

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 94590e08882f5488ccbce95a85dd9b0cc178fed46de61b4ced33380256bd00c2
MD5 2789fb766d3ec15e2647aa4f03c83337
BLAKE2b-256 d9c49a1f6e9dfdab2d77ae2eff418357a01f57b586c65cefd788b9e81e15959c

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-cp35-none-win_amd64.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-cp35-none-win_amd64.whl
Algorithm Hash digest
SHA256 67eba48f57cd8e608e37771755e0d9e631ee151f228ce6fe18b6da74248b4e38
MD5 cf59f85832e36d8f6dc6de009e4d38fc
BLAKE2b-256 c26a5908e54377adaf4737bf0e433efea434c96314ce636853426acbf75d1f18

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-cp35-none-win32.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-cp35-none-win32.whl
Algorithm Hash digest
SHA256 9307bbc1ae7f72c82aeaf524ac5795e1d5d0a5f305e4f9cefff47493960fe8b0
MD5 474fb51164408328930e5b7d1ec24d27
BLAKE2b-256 5a85c186f6c8b0b218c17b8c9924795d772ed74f4f3d9a4d7ece454289cc3962

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-cp34-none-win32.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-cp34-none-win32.whl
Algorithm Hash digest
SHA256 a472b7448e416dfbf78409889170390dde6ed47d8693cbd4f74857c66ab4b31e
MD5 44cd2081ae21906bce3d74388173a1b5
BLAKE2b-256 3084858ad9309bdf047d6a93acd8b613b963dcaeb53cdd1ad872a0f521a7143e

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-cp27-none-win_amd64.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-cp27-none-win_amd64.whl
Algorithm Hash digest
SHA256 f656dc0dd4636d703faab2f071935c95c5afeb19febb7052ca4f167dec79b14b
MD5 ee866f5b18110581170d38e96f9f1997
BLAKE2b-256 927f5b0f459273b9631b7ad9181f39b9700b0f213a4bf5cce8f5085a9d5bdbb2

See more details on using hashes here.

File details

Details for the file pydevd-0.0.4-cp27-none-win32.whl.

File metadata

File hashes

Hashes for pydevd-0.0.4-cp27-none-win32.whl
Algorithm Hash digest
SHA256 975ca360313b9d90f6e4f842c7b87aa7a0c8252390d9ee0243f8baa9576b2b6d
MD5 c627c8aaa21622ed7fff2faec69bb339
BLAKE2b-256 3fb7de596271fcca48ff5c103ee69840e1d4135bd43d75a3f8c57ff5fd31dbfb

See more details on using hashes here.

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