{"library":"debugpy","type":"library","category":null,"description":"debugpy is an implementation of the Debug Adapter Protocol (DAP) for Python, enabling powerful debugging capabilities for various Python applications, including scripts, web apps, and remote processes. It is primarily used to connect Integrated Development Environments (IDEs) like VS Code to a running Python process for features such as setting breakpoints, stepping through code, and inspecting variables. The library is actively maintained, with frequent updates to support new Python versions and fix issues. The current version is 1.8.20.","language":"python","status":"active","version":"1.8.20","tags":["debugging","remote debugging","IDE integration","DAP","VS Code"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install debugpy","imports":["import debugpy","debugpy.listen((\"0.0.0.0\", 5678))","debugpy.wait_for_client()"]}],"homepage":"https://aka.ms/debugpy","github":"https://github.com/microsoft/debugpy","docs":null,"changelog":null,"pypi":"https://pypi.org/project/debugpy/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.3,"avg_import_s":0.04,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/debugpy/compatibility"}}