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

NextPrevUpTopContentsIndex

remote-object-p

remote-object-connection

Functions
Summary

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

Package

dbg

Signature

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

An ide-remote-debugging.

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

Remote debugging


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex