All Manuals > LispWorks IDE User Guide

29 Remote Debugging

This chapter describes how to use remote debugging in the IDE. See "Remote Debugging" in the "The Debugger" chapter of the LispWorks® User Guide and Reference Manual for technical details about remote debugging.

Remote debugging allows you to debug a LispWorks process that is running on one machine using a LispWorks IDE that is running on another machine. It is intended to make it easier to debug applications running on machines that do not have the LispWorks IDE, mainly mobile device applications on iOS and Android, but also applications running on servers where you cannot run the LispWorks IDE.

With remote debugging you can:

The Remote Debugger, Remote Listener and Inspector tools mostly work as normal tools when they are used to debug remotely, but any differences are documented below. Note that an Inspector window that is inspecting a remote object is not special in any way, and it can inspect objects on the IDE side as well (there is nothing that can be called a "remote inspector"). The Listener and Debugger windows are specifically associated with the remote client, and are therefore called "Remote Listener" and "Remote Debugger".

Remote Debugger windows are opened automatically when the client side enters the debugger. Remote Listener windows are opened on request, either by choosing Tools > Remote Listener, by calling dbg:ide-open-a-listener, or by calling dbg:ide-connect-remote-debugging with :open-a-listener t (or from the client side by dbg:start-remote-listener). The Inspector inspects a remote object when you tell it to inspect in the same way as you would tell it to inspect an ordinary object (typically from the Debugger or Listener), or by calling dbg:remote-inspect on the client side.

29.1 Remote Listeners

29.2 Menus in the Remote Debugger and Remote Listener tools

29.3 Editor commands for remote debugging

29.4 Configuring Remote Debugging


LispWorks IDE User Guide (Windows version) - 01 Dec 2021 19:38:12