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
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 Distributions
Hashes for pydevd-2.10.0-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4e775e3819689092a94340e5ab77bf2f436c52b7b04535f73324e952b44dae4 |
|
MD5 | 3b4e0cc0ff3f1be180ae507c69b25291 |
|
BLAKE2b-256 | f08fb165f188876c0a1ec36f844602568e0c1babdaaed52c4835103d78b38f2d |
Hashes for pydevd-2.10.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2855c19fcb075874ae1717287555015e78c2fa7def6ee6583b57b5ee2d1216 |
|
MD5 | d14813205d7ff04b1cd9fb4b1a5a225b |
|
BLAKE2b-256 | 767f4fc7c4bc17df9d8b7b8eb3c7d0cbef7f1fc31b963d7a0c5139483e6ed291 |
Hashes for pydevd-2.10.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51b1412bd468267d9f21a322592950f6dfe13b7846b08aa1fc423c9979e22d14 |
|
MD5 | 02a5645b465869c8f88191b94e1e3b21 |
|
BLAKE2b-256 | 0d8757eec945fabe6ba0590b3b6d04fe14e4eba49f98ecfdb4d1f90ab6c50c75 |
Hashes for pydevd-2.10.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b396666d3d44df88a604368c333586aecff138440d51a71c8f2b2be0d72af85a |
|
MD5 | 6a97bfa3df9f444500d6c8c851895358 |
|
BLAKE2b-256 | 00da1769c69fb21bde694d6c56fb5027ac3b2a6c8b0e13fd400a5ae27c3c4924 |
Hashes for pydevd-2.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c9faeda2ad3fc29a0253b0f5fd25a71ee9c7bbed98f353829e550bca8f6ead7 |
|
MD5 | 8e4f863727e3d5ef5bf81eb0c77a6d32 |
|
BLAKE2b-256 | 8a6c419bc25f08de959186bef5ef0e77db2e00f61cb288643d0ca83add7921e4 |
Hashes for pydevd-2.10.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0978b2d5a85706c647b57beb21661c6d19f9609f9171bdd1fecbcad1f1463b4 |
|
MD5 | dffeea7e63ba44ebf12484e18219011b |
|
BLAKE2b-256 | cbf7691c71bc76ccd9c0f6ac3cc6f1c3193034146aebbff847769f62b70d2ffe |
Hashes for pydevd-2.10.0-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f40a86b8e05857fa66bd427a19a079d37443a94f127f8cc1a19a052f389fc668 |
|
MD5 | d0033bb5ec6eba563ae78816bcfb48b9 |
|
BLAKE2b-256 | 32228e7d545ed752d148ab0facbf00c9a6c0dbc5810ead7b2d99bb693650d897 |
Hashes for pydevd-2.10.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e56e77f3ef8f9f3bf6040f7918c232390fd13172e22a85778549f7662500ce4 |
|
MD5 | 9806cef9893775fb8e24bbaa05bdd356 |
|
BLAKE2b-256 | 1676626601dfd758128b229216ed930cb1d91ae5d61d8f65af0869e4ca673942 |
Hashes for pydevd-2.10.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d43312bfcd3212b9986b31afbfb95e859e9bd4caf6082ccb345730f9851105 |
|
MD5 | 53e8d009d65c13e1487dd9b2484ad81a |
|
BLAKE2b-256 | 80554a9e422825fa28ae8e8800c58e88dc2df71d3e8e265ed29c0851f8548b0e |
Hashes for pydevd-2.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c76e572a9e078b848da41744ffdf757c0566ca07041ce68ffc8405d6eee8d5dc |
|
MD5 | 51fd97ef237bae82f364a7233df11fef |
|
BLAKE2b-256 | 8356e02e0231b57db45f168c7a320e6481037de600ae7ed1b9b20654e7551746 |
Hashes for pydevd-2.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2874c6d053db5fd1275ff38a5d1f0f2348abcb296e5dcccdb566c5f4e1d03d09 |
|
MD5 | a15d86336b9f37dce84e22a2ec07522d |
|
BLAKE2b-256 | fd3676beac6cafc35eec541ca938d927917f98484c13b960cf09c6f2093a5da3 |
Hashes for pydevd-2.10.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e62ed5d0cf298ae820bb03e37d6e6cc7b58e85de1de5c2f2834f5bd97afdcf8a |
|
MD5 | 4088550a80eb74f89a1af670b599f6d5 |
|
BLAKE2b-256 | 00dfbec5fa25da6178f4292813bcae21c889083c155d1afc91d8e220f15da1c5 |
Hashes for pydevd-2.10.0-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e432cce32cfaf277aab65e08a86f4b40285c02b66f2412882a764c9b4deb712 |
|
MD5 | b62f405c5927329462afd422f36798a9 |
|
BLAKE2b-256 | 27393bb6081139663b653725a2f397a54bf59a6ffc3d532d933bdde6e2986109 |
Hashes for pydevd-2.10.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 432dc8b7a7072b9e8260a2251acdd9044f7bf42ab2004a01295a32063475a85f |
|
MD5 | 7c5787671d177f60c34e324c13474613 |
|
BLAKE2b-256 | 8b495fd46a3edeaa2fb4654799e2c4cafb6ff2a82ab0b129fdb7d1ada8e50fb2 |
Hashes for pydevd-2.10.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc9987033101733b9eeafccdc8104b91374017f99b793692e837e627203a907f |
|
MD5 | 26ea501f802d98c27c167bd7c2d67117 |
|
BLAKE2b-256 | dd5f0e7d53903cca3facbfb8aa554880d86955f8111b9025a6ee7b43eb1d8b1c |
Hashes for pydevd-2.10.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 224c51f6cf7cd4e3f7a414faf26b0d761a2193838d94470b79ca704f87082895 |
|
MD5 | dd184f30022eb42519aeb35fd71f252e |
|
BLAKE2b-256 | c5063bad4f3dda421b4078b5589191bc57b9e5ed3b7e597b93b32df67c5a9e36 |
Hashes for pydevd-2.10.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc1841a7bcba2d858707a104ceafadcc17d36e39514d089b51ef0d58720be3a5 |
|
MD5 | 7f96405b97939bfa8fd93a599b1f7b3d |
|
BLAKE2b-256 | 7220356e8e83b39786fdbfc20753a86eff2354e4cea1f2c7b286450630b3df80 |
Hashes for pydevd-2.10.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 648bf9154cea5cb42ae840a358b30f0ea7a57c4afd1a3e710eb33c9e3af15e3e |
|
MD5 | fdf50e969df239f751e13232b33b3908 |
|
BLAKE2b-256 | c190a55506304bf7a5bb01957ce249247ef965e1d696577ebe57ea5c211ab05b |
Hashes for pydevd-2.10.0-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a322964a2e8284a3a007938cef507717f3eba8a57e37eaf2e2af3dfa99e2fbd4 |
|
MD5 | 152d39d09c0488e93a69e263b9b5b463 |
|
BLAKE2b-256 | 27f5dff85ff359bf703fde9b4a9f269964db674f0f0013aa01c36d575022bb61 |
Hashes for pydevd-2.10.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be262b80fb08caf8605f4c96e92cc65482b6549237a16a1590e2df300241ad7f |
|
MD5 | 4ff26103b0656d583c925442dd8b8dfa |
|
BLAKE2b-256 | d346b9074f183949636efda8f925135d8ebf00f8dbcd58b8d273fff9bd9ee117 |
Hashes for pydevd-2.10.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a27b6b7d2af7c68249d33d734d0d128092950d738d837d7e38fc95c64aa6885 |
|
MD5 | 97c2be5db459335c2295639af53c8b0e |
|
BLAKE2b-256 | e7ad093b30df9dc8a4dc03c14a918ea22a6f8974806c4b54b4c8910637eefa4d |
Hashes for pydevd-2.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad53ca43258a9541739d92f7ca307a41d922946437a5db5c50ae1bee53441d17 |
|
MD5 | 5e93bac52a6f4a9b02b1a27ef369c217 |
|
BLAKE2b-256 | fbc13045185053bb84e36c373670415023798e946558ae0fcc43ab18a7a733c9 |
Hashes for pydevd-2.10.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41415ada51e0e0772240277f6c9589c4b5119123178cbaef9db1e98eb076108e |
|
MD5 | b4395474fadb375a24eaf6bd80409501 |
|
BLAKE2b-256 | d3eaeb1c74840da91057e477ccb9b4ebdf4d799df1ada57e2ca465120ad66268 |
Hashes for pydevd-2.10.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 935ea501f2a3b3fcd40c0b04511b1e12bd1954d0085b9dffda9d9d7951f802e3 |
|
MD5 | a71c7b83769bc1e565bd0ad8c8b421c8 |
|
BLAKE2b-256 | 8b2d28190324e5a32d8568c24a7f9f7b3103e94cd576fccfde3d594717c7d59d |
Hashes for pydevd-2.10.0-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fde211a8050cede4364892778b50bb949e10bbe6099a371c2af8cdbadc2ffde |
|
MD5 | 832f30fb29e115267c0263daf3cca0fb |
|
BLAKE2b-256 | 019757e5b8aa238a85fbd62ccd733e1e6792472fad725b773fda67b8fac23a0f |
Hashes for pydevd-2.10.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8663bdd8a50aafe18d7960df6b55d06ea49f00c9d087d428514d6a366e297de6 |
|
MD5 | 17bbc856166e87a0085384ec58f0c7a9 |
|
BLAKE2b-256 | 905683ed35b9c2368250c570aa3273dcb4c1dbb3da902e263cdba5f812db44af |
Hashes for pydevd-2.10.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fca802de1235c7019b83498db19d987dbdf49fda017df34aff22cd2661d04af4 |
|
MD5 | 1c2f34630731b5519a30eb78b2b15def |
|
BLAKE2b-256 | 341c55729fcd5e3113fb53f30fdacd166bd337193a6964e38ef69f0a33609ac3 |
Hashes for pydevd-2.10.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 088c30a8d275def7a69072fff8d2de1cd86dcb55be26ac31b187f10722646671 |
|
MD5 | 7b14fd116014eadb7a0458de8978f00e |
|
BLAKE2b-256 | d2129a36d19469552b86c9cd5fa0b2b426dafbcdb76976f84bb84bb4f03e8fd2 |
Hashes for pydevd-2.10.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1628c2c4255236c43b4f338f352b14c0fa0f10afb0e0a9a89ee26b7c38c42ed |
|
MD5 | b985c7c952f44bae8b385e6cabf3aa6a |
|
BLAKE2b-256 | a0f0624bd657f5bb96dcebe0f881c36cf428f604fd1267839bb646439c3b6ac6 |
Hashes for pydevd-2.10.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41bb27a251f5e8e083c1c4695bb1b228cd53bc8accb08bc5f745267e3ffca546 |
|
MD5 | 7326490a3777e4a94945b0bd1610ec99 |
|
BLAKE2b-256 | fa148c519641792bfb2a06e583cd83c823fd86f1211fdeac4de8d85677ab2e34 |
Hashes for pydevd-2.10.0-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a18007a23cf0a5b7a3cf8460021184afdfb3f2fe64f90f22ef1fb6827c52018d |
|
MD5 | c64ae951161dcbecb4cc28cbaa80f9c7 |
|
BLAKE2b-256 | a8b5f42e6801220dbdaf564d9cd8d520e8cbe578f756095eff439f41036e81ef |
Hashes for pydevd-2.10.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e95c6f3f0f9b1daf20ffc2c52a69b2479846357881fb6e8cdce06e673befa5c2 |
|
MD5 | 1ccb52e53e173e63131e16857d95ec12 |
|
BLAKE2b-256 | 56cd9c58d9773002cedcb8b8afb99acabbd71085c285b839725fc56c86b5e496 |
Hashes for pydevd-2.10.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e76ccdce082afe57a4f703249c4439301fc2b140e65eef8ba92ee0106ddd7444 |
|
MD5 | 8eb5d76013b4d8ea09cbd25fe744bc5d |
|
BLAKE2b-256 | f595e9253dd35e2bcab873a1cfea3e6f13f408509544f2d8d9893a1765c3fedb |
Hashes for pydevd-2.10.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33e05edd6c72980de3d29da5f7952bb6f98882ba2ee67fd3ce234cd015b450c3 |
|
MD5 | a846adcea03d1cb4c7c9398775b82cb3 |
|
BLAKE2b-256 | ebeffc022c88757f890fb00908c431df662e0e1761d59fa03cf0492b384a9ca0 |
Hashes for pydevd-2.10.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 855b506a6a311e28e444c943e5e87a835d416a5f89b1f6947ea7dcbe198812ba |
|
MD5 | 8c2910853953889d9a3901ba385b9e2c |
|
BLAKE2b-256 | 249f3f6bd50d477085c6303caa1732a9cfbd46af916ae0d6f56dd9c84612e3cf |
Hashes for pydevd-2.10.0-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6af832d8bbd45808d14368d8b8bcc4608c2f28728052cabc9d6219290fabe0c2 |
|
MD5 | 2f794e24434129017baa9691517d21ed |
|
BLAKE2b-256 | 24be5d9c4d3fa045e3d87b3646933e8f04503f1985826fdba37a8797b77aa8bf |
Hashes for pydevd-2.10.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87cc3d882bb242e00e54d60aa3c66a85075d2159b85f21c45edec445eff93121 |
|
MD5 | 3f87637b1fe370ae21f23e7bd33aaf4c |
|
BLAKE2b-256 | 5fc2e99ce00577dbc255a7e2a76a27400b45f236ac4adefb4c0c1627acca1f5f |
Hashes for pydevd-2.10.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62b1589937c6edf9ff20e0902d564d1dbbb47a38229a135f904e56bd914d1cf1 |
|
MD5 | 12f02f18989df04864ddbe8cc1c46118 |
|
BLAKE2b-256 | 06155f919f0a7ecf56ea3dfe14bd64b52689ee8c3904c665aa8fec9a4f78a215 |
Hashes for pydevd-2.10.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9dd12d117a716c261163c63bc4fcbee54e08d2d5bf8e92212bf11b67f23db7b |
|
MD5 | d7217dc034c3c5dcffd2c0fefdc83035 |
|
BLAKE2b-256 | 2b0e90d14d556ab557b8cc837e2963c337af895040dc0d7e9b5555dfe03c4746 |
Hashes for pydevd-2.10.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d8d19e10f4fac132736ffdca65124e8903d78e98c70ba0e8ca85e5d386d3e1 |
|
MD5 | c88af2490125a861d74ff19bb9ba3e19 |
|
BLAKE2b-256 | e8ed4789405aef63b796b668126b35188b7e01da6e5b97fc07e45a4bfc029e8f |