notes.txt 636 B

123456789101112131415161718192021222324
  1. debug extension - how to declare it - must have a bin file
  2. https://code.visualstudio.com/api/extension-guides/debugger-extension
  3. https://github.com/Microsoft/vscode-mock-debug/blob/d33d6057c2d7d7f0495e26d6fa8844c8336b2408/src/extension.ts#L79
  4. https://microsoft.github.io/debug-adapter-protocol/overview
  5. https://github.com/google/go-dap
  6. https://github.com/golang/vscode-go/blob/master/package.json
  7. Firefox vscode extension
  8. https://github.com/firefox-devtools/vscode-firefox-debug
  9. Blog:
  10. https://code.visualstudio.com/blogs/2018/07/12/introducing-logpoints-and-auto-attach
  11. BUG:
  12. https://github.com/Microsoft/vscode/issues/63896