databricks-vscode
databricks-vscode copied to clipboard
Add support for step debugging
The Databricks extension for VS Code currently executes all of the code remotely on a Databricks cluster, which means that the build-in VSCode debugger doesn't work.
We want to add a way to run pyspark code locally, while still performing data frame operations against the configured Spark cluster.
Please upvote if you are interested.
having this feature and the ability to run notebooks (#472 ) would be more than awesome !!
Upvote