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

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
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
3.7 Remote debugging


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