All Manuals > LispWorks® User Guide and Reference Manual > 34 The DBG Package

remote-debugging-connection

client-remote-debugging

ide-remote-debugging System Classes

Summary

Classes of the connections in the remote debugging APIs.

Package

dbg

Superclasses

t

Description

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.

See also

3.7 Remote debugging


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:32