debug_adapter icon indicating copy to clipboard operation
debug_adapter copied to clipboard

Create a VS Code extension for connecting to the debug adapter server

Open eshelyaron opened this issue 3 years ago • 0 comments

To enable debugging Prolog code from VS Code we need to implement a Debugger Extension that will communicate with the SWI-Prolog Debug Adapter Protocol server from within the IDE. A good starting point could be an existing VS Code debugger extension, perhaps this one or this one.

eshelyaron avatar Feb 24 '22 16:02 eshelyaron