Mercurial > emacs
changeset 52524:84470539e96f
(perldb): Change gud-print from just "%e" to "p %e" to
actually print the value in the GUD buffer.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 17 Sep 2003 18:33:38 +0000 |
parents | 8a1964b2faf1 |
children | fd2be6cea0e7 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Wed Sep 17 18:31:36 2003 +0000 +++ b/lisp/progmodes/gud.el Wed Sep 17 18:33:38 2003 +0000 @@ -1261,7 +1261,7 @@ ; (gud-def gud-finish "finish" "\C-f" "Finish executing current function.") ; (gud-def gud-up "up %p" "<" "Up N stack frames (numeric arg).") ; (gud-def gud-down "down %p" ">" "Down N stack frames (numeric arg).") - (gud-def gud-print "%e" "\C-p" "Evaluate perl expression at point.") + (gud-def gud-print "p %e" "\C-p" "Evaluate perl expression at point.") (setq comint-prompt-regexp "^ DB<+[0-9]+>+ ") (setq paragraph-start comint-prompt-regexp)