Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debugpy to all flavors which provide python #253

Open
1 of 5 tasks
tkilias opened this issue Jun 1, 2021 · 0 comments
Open
1 of 5 tasks

Add debugpy to all flavors which provide python #253

tkilias opened this issue Jun 1, 2021 · 0 comments
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Jun 1, 2021

Background:

  • The standard python debugger pdb doesn't provide remote debugging or attach to process capabilities.
  • However, sometimes it is necessary to debug Python UDFs inside the database.
  • https://github.com/microsoft/debugpy/ provides a python debugger which can listen on a network port and can be started from within the script. This is perfect for our Python UDFs.

Acceptance Criteria

  • Add debugpy as a package to all flavors which provide python
  • Add test if the package loads
  • If possible, test which checks if the debugger works

Status

  • Standard 8
  • Standard 7.1
  • Standard 7.0
  • Python 3.7
  • Python 3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

1 participant