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.
.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.