Classes of the connections in the remote debugging APIs.
dbg
t
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 3.7 Remote debugging for how to create and use remote debugging connections.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:32