{"categories":[{"label":"Debuggers","url":"https://skillfed.io/packages/category/software-development-debuggers"}],"enrichment":{"capability":"PyCharm's debugger backend for remote debugging of Python processes running on other machines via `pydevd_pycharm.settrace()`.","skillfed_tags":["remote-debugging","pycharm-integration"],"use_cases":["Debug a Python application running in a Docker container or remote server by connecting to PyCharm on your local machine.","Attach the debugger to a long-running process on another machine without manually copying debugger sources from the IDE.","Step through and inspect code running in a CI/CD pipeline or cloud environment using your local PyCharm IDE.","Debug Python code on a machine where PyCharm is not installed, using only pip and the IDE on your development machine."],"what_it_does":"PyCharm's debugger backend is a Python package that lets you attach a debugger to a Python process running on a remote machine and connect it to the PyCharm or PyDev IDE on your local machine. Normally this backend is bundled with the IDE itself; you only install it separately when you need to debug code running elsewhere\u2014for example, in a container, on a server, or in a CI environment\u2014and want to use your local IDE's debugger UI to step through it.\n\nThe package provides the `settrace()` function, which you call in your remote code to establish a connection back to your IDE. It supports a wide range of Python implementations and versions, including CPython, Jython, IronPython, and PyPy. Recent versions include Cython-based speedup modules for performance.","worth_installing":"Yes, if you do remote debugging and your IDE is not already bundled with the debugger backend. No, if you use PyCharm or PyDev on the same machine where your code runs\u2014the IDE already includes this. The high install friction (precompiled binary distribution) and explicit warning in the description make this a specialized tool, not a general-purpose package."},"id":"pydevd-pycharm","links":{"html":"https://skillfed.io/packages/pydevd-pycharm","md":"https://skillfed.io/packages/pydevd-pycharm.md","pypi":"https://pypi.org/project/pydevd-pycharm/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-09","license_spdx":null,"license_treatment":"permissive","name":"pydevd-pycharm","python_support":"unspecified","summary":"PyCharm Debugger (used in PyCharm and PyDev)"},"popularity":{"monthly_downloads":600038,"position":5823,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"262.8665.186"}
