All Manuals > LispWorks Editor User Guide > 4 Editing Lisp Programs

NextPrevUpTopContentsIndex

4.14 Remote debugging

Connect Remote Debugging

Editor Command

Arguments: host port
Key sequence: None

Connects to a remote client for remote debugging. Without a prefix argument, also immediately open a Listener.

Reconnect Remote Listener

Editor Command

Arguments: None
Key sequence: None

Reconnects a Remote Listener to a remote client. It can be used only in a Remote Listener after the client side has disconnected, which may be either because the read-eval-print loop on the client side exited, or the connection was closed (which may also be because the client crashed). The command tries to reconnect the Listener to the same client, which can work if the connection is still open, if there is another connection to the same client, or if the client is listening for connections.

Remote Evaluate Buffer

Editor Command

Arguments: None
Key sequence: None

Evaluates, in the remote client, the Lisp forms in the current buffer.

Remote Evaluate Region

Editor Command

Arguments: None
Key sequence: None

Evaluates, in the remote client, the Lisp forms in the current region.

Remote Evaluate Defun

Editor Command

Arguments: None
Key sequence: None

Evaluates, in the remote client, the current top level form.

Remote Evaluate Last Form

Editor Command

Arguments: None
Key sequence: None

Evaluates, in the remote client, the Lisp form preceding the current point.

Remote Evaluate Region In Listener

Editor Command

Arguments: None
Key sequence: None

Evaluates, in a Remote Listener, the Lisp forms in the current region.

Remote Evaluate Defun In Listener

Editor Command

Arguments: None
Key sequence: None

Evaluates, in a Remote Listener, the current top level form.

Remote Evaluate Last Form In Listener

Editor Command

Arguments: None
Key sequence: None

Evaluates, in a Remote Listener, the Lisp form preceding the current point.

Set Default Remote Debugging Connection

Editor Command

Arguments: None
Key sequence: None

Sets the default remote debugging connection.

 


LispWorks Editor User Guide (Unix version) - 17 Aug 2017

NextPrevUpTopContentsIndex