You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Background:
Acceptance Criteria
Status
The text was updated successfully, but these errors were encountered: