dbx is replacing databricks-connect: what about debugging? #212
-
As it can be seen on: https://docs.microsoft.com/en-us/azure/databricks/dev-tools/databricks-connect databricks-connect has support for pycharm and vscode integrations to databricks and via that it's possible to start job in the IDE debug mode. My question is how can one do that using dbx? Is there any documentation for that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @tonkolviktor , Thanks a lot for the question. Specifically for interactive debugging, this feature is not supported in dbx at the moment. However, you can use both dbx and DB-connect together (while dbx will play the role of CI/CD tool for jobs deployment, and DB-connect is an appliance for interactive development and debugging). To sum up - if you need the interactive debugging experience, please use DB Connect for debugging scenarios as long as it satisfies your needs. |
Beta Was this translation helpful? Give feedback.
Hi @tonkolviktor ,
Thanks a lot for the question.
Specifically for interactive debugging, this feature is not supported in dbx at the moment. However, you can use both dbx and DB-connect together (while dbx will play the role of CI/CD tool for jobs deployment, and DB-connect is an appliance for interactive development and debugging).
To sum up - if you need the interactive debugging experience, please use DB Connect for debugging scenarios as long as it satisfies your needs.