debugger
debugger copied to clipboard
Existing VSCode debugger specification
This is an issue to point to the existing debugger protocol that is used in VSCode. As far as I can tell the existing TypeScript interface (that is used to auto-generate a JSON schema) is here:
https://github.com/Microsoft/vscode/blob/92797116456d36f67f62cf1206e8f9aadef9b89a/src/vs/workbench/parts/debug/common/debugProtocol.d.ts
@DinoV please cc all related folks on your end
You've probably already seen but the latest docs on the debug adapter api are quite good:
- https://code.visualstudio.com/docs/extensionAPI/api-debugging
- https://code.visualstudio.com/docs/extensions/example-debuggers
@DinoV - just curious - are you or others from MS going to be at JupyterCon for a discussion about debugging?