debug_adapter icon indicating copy to clipboard operation
debug_adapter copied to clipboard

Debug Adapter Protocol (DAP) implementation for SWI-Prolog

Results 2 debug_adapter issues
Sort by recently updated
recently updated
newest added

Currently (v0.6.3), the implementation of the DAP specification in `da_server/1` is interwoven with logic that is specific to the use case of debugging (SWI-)Prolog programs. It seems desirable to separate...

To enable debugging Prolog code from VS Code we need to implement a [Debugger Extension](https://code.visualstudio.com/api/extension-guides/debugger-extension) that will communicate with [the SWI-Prolog Debug Adapter Protocol server](https://github.com/eshelyaron/debug_adapter) from within the IDE. A...

help wanted