Skip to content
Snippets Groups Projects
Commit fa213dc3 authored by rtoy's avatar rtoy
Browse files

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.
parent ee4b5751
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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: ...@@ -107,10 +107,12 @@ Changing frames:
Inspecting frames: Inspecting frames:
BACKTRACE [n] shows n frames going down the stack. BACKTRACE [n] shows n frames going down the stack.
L lists locals in current function. L [prefix] lists locals starting with the given prefix in current function.
P, PP displays current function call. 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. SOURCE [n] displays frame's source form with n levels of enclosing forms.
VSOURCE [n] displays frame's source form without any ellipsis. VSOURCE [n] displays frame's source form without any ellipsis.
DESCRIBE describe the current function.
Breakpoints and steps: Breakpoints and steps:
LIST-LOCATIONS [{function | :c}] list the locations for breakpoints. LIST-LOCATIONS [{function | :c}] list the locations for breakpoints.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment