debug_adapter
debug_adapter copied to clipboard
Create a VS Code extension for connecting to the debug adapter server
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.