python3-debugpy

Implementation of the Debug Adapter Protocol for Python 3
  https://github.com/microsoft/debugpy
  0
  no reviews



This package allows debugging of Python using Spyder and VS Code, among others. It can also be used directly.

It provides an interface to run on top of existing scripts or modules, attach to a running process by ID or by importing debugpy into Python code.