We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JupyterLab has great built-in support for interactive debugging, if the kernel supports it:
https://jupyterlab.readthedocs.io/en/stable/user/debugger.html
A kernel that wants to support this needs to implement jupyter's debugger protocol:
https://jupyter-client.readthedocs.io/en/latest/messaging.html#debug-request
..which is based on Microsoft's DAP: https://microsoft.github.io/debug-adapter-protocol/
This work (if completed) would potentially enable debugging also in VS Code, Emacs and vim, too (DAP-based).
Note that support for the DAP is proof-of-concepted here: https://github.com/tiamatica/vscode-apl-debug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JupyterLab has great built-in support for interactive debugging, if the kernel supports it:
https://jupyterlab.readthedocs.io/en/stable/user/debugger.html
A kernel that wants to support this needs to implement jupyter's debugger protocol:
https://jupyter-client.readthedocs.io/en/latest/messaging.html#debug-request
..which is based on Microsoft's DAP: https://microsoft.github.io/debug-adapter-protocol/
This work (if completed) would potentially enable debugging also in VS Code, Emacs and vim, too (DAP-based).
Note that support for the DAP is proof-of-concepted here: https://github.com/tiamatica/vscode-apl-debug
The text was updated successfully, but these errors were encountered: