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

remote-object-p

remote-object-connection Functions

Summary

IDE side: Test for a remote object handle and return its connection.

Package

dbg

Signatures

remote-object-p object => boolean

remote-object-connection remote-object => connection

Arguments
object
Any object.
remote-object
A remote object handle.
Values
boolean
A boolean.
connection
Description

The function remote-object-p is a predicate, returning true if object is a remote object handle and false otherwise.

The function remote-object-connection returns the ide-remote-debugging that remote-object is associated with.

See also

3.7 Remote debugging


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