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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 macOS 11.0+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 macOS 11.0+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 macOS 10.15+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

Details for the file pydevd-2.9.6.tar.gz.

File metadata

  • Download URL: pydevd-2.9.6.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for pydevd-2.9.6.tar.gz
Algorithm Hash digest
SHA256 f97f7a30ef8fe59c06fe6cd8cd38d16f30a3071dc414412472c30b97594ab751
MD5 54f7974e8da588253710f5fcaa295be4
BLAKE2b-256 ffeac4ae482cb98aa9f4fea93c4b14f114a7d6a84942293287ff3ffac0562ea9

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pydevd-2.9.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for pydevd-2.9.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 00fcf8867a207c4c0bf4ef66c6f684875032a41aeaaaff2a2d52b1c731896204
MD5 8e304d91746851fc56101a59b438f493
BLAKE2b-256 1f04bd46ba086047bdbf7d283a38060fe06a0aacb9233e427bc1a28eb11f2562

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pydevd-2.9.6-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 301fe6652619c26109357ae790140d8ebfdbc0b03589a55a62c3a38328494279
MD5 adf12b7f9245c088dc03a605cded6b85
BLAKE2b-256 b8f5f9a24ee540bd268bdda1c3f3628e5acf20e331c62101084b28e8f3ee3b73

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pydevd-2.9.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for pydevd-2.9.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d6b689beb5e8c7c2f3edf5a04763d3be9d560e2c1daab2781d89aaa44f5e3e05
MD5 1851f0694529a1330e4f4b1f35367d0e
BLAKE2b-256 d6d3501f6032333aceaa539ea0bbc30d29795f4e50f62418259ce6d28f560b9e

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-2.9.6-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 85f761be2a0555ccfa61a5a8c4dc91b4940787c2b5251402a66c6bf89f00b9ef
MD5 00aa203e595eba4ae06ca1d6a219e84b
BLAKE2b-256 ce16e1b543d363192c59d8ad3620fc5f7a7c89a6ff5ed959dd846b91910f29eb

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pydevd-2.9.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for pydevd-2.9.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c0f28b625496c9daa71bca6f98f5b5f81a99696af8da8c18bbd5cc79f4d6a44e
MD5 34cbc8e4f01be7bc2e44c36ef4aa00fc
BLAKE2b-256 e48ac47ee7c9523d64506ce5ab75e6ceaeda6affd6074c535299f90347f50ebd

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-2.9.6-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0567bdc38873be55bafda127218dc6ae536088ff3c84c200a24257fc19dbb393
MD5 a1dfc92ba6521da083b87400518dc53a
BLAKE2b-256 e59f0be85a093d60db30a897967b69aeadc2c9d03b35162e16c9cf3f8a126be6

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pydevd-2.9.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pydevd-2.9.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3d16b76fa9f317b13e3e2de77fd2170ce878fef736f2cb88cd0b6a6596d00bc2
MD5 390f044b2b91d5d20b4943cff88ba0e2
BLAKE2b-256 110c621f9b73249603fa429209c6c2d309f0874389f33fecca22f13ec9c0f567

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-2.9.6-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4460a5187cae77fdad3a455909940b2d4be358990b15586b65bac6b5dd6735b5
MD5 b026c63e456965fba22e3fd5a008d622
BLAKE2b-256 e0e4a5602e968c56e9fee717fd6276547e428aeb2b72da0bed87208f3b167f2d

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pydevd-2.9.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for pydevd-2.9.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d45f903b7063e21db3c797ac1a9915102c1ec759ca6d1eb6a4e957125c0e5b48
MD5 c6377ff34bd75b83db83a2d6fcb74ab0
BLAKE2b-256 c15827c2c63eee8938a1f0a683c239367fe93556f6d8815073a6bbadd56b3dc6

See more details on using hashes here.

File details

Details for the file pydevd-2.9.6-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-2.9.6-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ed81a69543507d1dc2d72cddd24548d06bbbd99ce36fd6443b78aa1e2923c772
MD5 e5c31b6ddce5af8f65eb41dfa6333cd6
BLAKE2b-256 2c3ed77e59b4aa520977c06a0d2d777f5f2e280e3568fa8a19af0e7e15c279f1

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