vscDebugger icon indicating copy to clipboard operation
vscDebugger copied to clipboard

Tcl

Open ManuelHentschel opened this issue 3 years ago • 0 comments

  1. Use DAP for all communication (this used to be raw json before), to make it easier to use the package e.g. for https://github.com/ManuelHentschel/VSCode-R-Debugger/issues/156
  2. Implement a background socket using TCL. This replaces .vsc.startWebsocket, which depended on a modified fork of the package svSocket, with .vsc.startTclServer. This socket can be used to handle DAP requests in the background, but only in the global environment. It's possible to attach with the vscode-R-debugger and in principle should also be possible using other clients.

ManuelHentschel avatar Jan 29 '22 17:01 ManuelHentschel