PyDev.Debugger (debugger backend used in PyDev and PyCharm)
Project description
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 or PyCharm).
It is however available in PyPi so that it can be installed for doing remote debugging – 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).
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
Built Distribution
Hashes for pydevd-0.0.1-cp27-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7be51766aff8d8bc4055691995f481c513a267344b1d5bcd44b5b321f0725c3 |
|
MD5 | cb983837a7b30ce4a91bb14a33814aa6 |
|
BLAKE2b-256 | 02fedf223d183a49a0c210884fc3e3d2c6fa573cc81fd017b87384cb6a48da37 |