The system class remote-debugging-connection
is a superclass of all the connection classes in the remote debugging APIs. client-remote-debugging
and ide-remote-debugging
are subclasses of remote-debugging-connection
.
All client side connections are instances of client-remote-debugging
, and all IDE side connections are instances of ide-remote-debugging
.
You should not try to instantiate these classes or inherit from them. In typical use, you do not need to access instances of these classes.
See Remote debugging for how to create and use remote debugging connections.
LispWorks User Guide and Reference Manual - 20 Sep 2017