IDE side: Test for a remote object handle and return its connection.
dbg
remote-object-p object => boolean
remote-object-connection remote-object => connection
object⇩ |
Any object. |
remote-object⇩ |
A remote object handle. |
boolean |
A boolean. |
connection |
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.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:32