deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
1 stars 0 forks source link

Support the python debugger #67

Open chipkent opened 1 month ago

chipkent commented 1 month ago

The VS Code plugin should support python debugging.

chipkent commented 1 month ago

Some work has been done by @niloc132 and @chipkent with respect to python debugging. Currently pycharm debugging is supported (https://deephaven.io/core/docs/how-to-guides/debugging/pycharm-debugging/). VS Code was very close to working, but still needs a little work.

chipkent commented 1 month ago

This is my repo that I was using to test the vs code debugger. Putting it here in case we need it. https://github.com/chipkent/test-dh-docker-vscode