debug_adapter VS SSI

Compare debug_adapter vs SSI and see what are their differences.

debug_adapter

Debug Adapter Protocol (DAP) implementation for SWI-Prolog (by eshelyaron)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
debug_adapter SSI
3 2
19 2
- -
0.0 7.6
about 2 years ago about 1 month ago
Prolog Prolog
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

debug_adapter

Posts with mentions or reviews of debug_adapter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-16.
  • Newbie questions regarding editor (Emacs) and debugger
    2 projects | /r/prolog | 16 Jul 2022
    In dap-mode, the call stack is available in the Debug sessions buffer, under the active session (as seen here for example). As for the options presented for M-x dap-debug, Run Configuration (maybe not the best name? I'm open for suggestions) prompts for a goal and executes it under the debugger so you can step through it etc., while Start Terminal asks the server to start a Prolog top-level (REPL) and connects to it in a new terminal Emacs window.
  • Debugging Prolog within modern IDEs using the Debug Adapter Protocol server
    1 project | /r/prolog | 27 Feb 2022
    I've recently implemented a Debug Adapter Protocol server for SWI-Prolog, for those who have never heard of it, the Debug Adapter Protocol (DAP in short) is a protocol developed by Microsoft to allow IDEs to interact with different debuggers for different languages through a standard interface.

SSI

Posts with mentions or reviews of SSI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-20.

What are some alternatives?

When comparing debug_adapter and SSI you can also consider the following projects:

pyswip - PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.

prolog-checkers - A Player vs AI game of checkers implemented in Prolog

logtalk3 - Logtalk - declarative object-oriented logic programming language

clpz - Constraint Logic Programming over Integers

RTEC - RTEC is an Event Calculus implementation optimised for stream reasoning

sparqlprog - logic programming with SPARQL

Prolog-to-List-Prolog - Converts Prolog algorithms to List Prolog algorithms

tar.pl - tar creator+extractor in ~100 lines of prolog