DIDL is a MACLISP debugger for use on display terminals. The display features of DIDL show user program code in context: for instance, when the user program hits a breakpoint, DIDL automatically shows not only the point at which the breakpoint occurred, but also the surrounding code. Single-stepping moves a cursor through the user code, showing exactly what is to be executed, in context. Because of its size, and the general lack of disk space, the source of DIDL is only on ML:LIBDOC;DIDL >. DIDL works on uncompiled code only. Make your macros non-displacing, or DIDL will get very confused. Loading and invoking Load DIDL from LIBLSP;DIDL FASL. To invoke DIDL, type (didl), or just C-E, if you haven't already assigned some other function to C-E. To single-step some form, type (dstep