debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Existing VSCode debugger specification

Open ellisonbg opened this issue 8 years ago • 3 comments

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

ellisonbg avatar Nov 02 '17 23:11 ellisonbg

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

dhirschfeld avatar Jul 15 '18 03:07 dhirschfeld

It looks like the docs have moved:

https://microsoft.github.io/debug-adapter-protocol/

dhirschfeld avatar Aug 09 '18 23:08 dhirschfeld

@DinoV - just curious - are you or others from MS going to be at JupyterCon for a discussion about debugging?

jasongrout avatar Aug 10 '18 00:08 jasongrout