Dear Community,
I want to understand from you all - How do you debug your codes when using Databricks?
Have you tried the Variable Explorer of Databricks? This allows the users to view at-a-glance all the variables defined in their notebooks, inspect and explore DataFrames in one click, and interactively debug Python code with pdb.
Have you also Debugged your code and notebook by using Visual Studio Code?? Now there is a new feature added for interactive debugging and local Jupyter (ipynb) notebook development using this extension.