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

NextPrevUpTopContentsIndex

set-default-remote-debugging-connection

Function
Summary

Client side (advanced): Sets the client side default connection to use when remote debugging is enabled.

Package

dbg

Signature

set-default-remote-debugging-connection connection => return-connection

Arguments

connection

A client-remote-debugging.

Values

return-connection

The value of connection.

Description

The function set-default-remote-debugging-connection sets connection as the default connection for the remote debugging interface on the client side (used when entering the debugger and by calls to start-remote-listener and remote-inspect).

The default connection is used when the enabling switch is t, which it typically is because that is the default in start-client-remote-debugging-server and configure-remote-debugging-spec. The switch can also be set by set-remote-debugging-connection and in a dynamic scope by with-remote-debugging-connection and with-remote-debugging-spec.

See set-remote-debugging-connection for a discussion about the enabling switch.

Notes

In typical usage, you will not need to use set-default-remote-debugging-connection.

See also

set-remote-debugging-connection
Remote debugging


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex