From fa213dc39b43266f845feb78eb508d0c9ee76fb0 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 19 Feb 2010 14:59:36 +0000 Subject: [PATCH] Update help string for debug commands: o L command includes an optional prefix. o PP is not the same as P; it prints out more info. o DESCRIBE was missing. --- code/debug.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/code/debug.lisp b/code/debug.lisp index 7e5e061d1..923d42487 100644 --- a/code/debug.lisp +++ b/code/debug.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.68 2010/01/22 13:36:06 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.69 2010/02/19 14:59:36 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -107,10 +107,12 @@ Changing frames: Inspecting frames: BACKTRACE [n] shows n frames going down the stack. - L lists locals in current function. - P, PP displays current function call. + L [prefix] lists locals starting with the given prefix in current function. + P displays current function call. + PP verbose display of current function, with source. SOURCE [n] displays frame's source form with n levels of enclosing forms. VSOURCE [n] displays frame's source form without any ellipsis. + DESCRIBE describe the current function. Breakpoints and steps: LIST-LOCATIONS [{function | :c}] list the locations for breakpoints. -- GitLab