PyCharm Debugger (used in PyCharm and PyDev)
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-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):
Appveyor (Windows CI):
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pydevd-pycharm-242.20224.86.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bde29dde226ded3c5baeda1d47e1150cdc9cab94142fc0a85e178fd35942d81 |
|
MD5 | 7f11d0ada120c6255d88bfb1dcd98392 |
|
BLAKE2b-256 | 63795e704d1b319c230e5b2eee5f4c603df589babea04577b66f1ef835e1546e |