mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 07:00:35 -08:00
(perldb): Change gud-print from just "%e" to "p %e" to
actually print the value in the GUD buffer.
This commit is contained in:
parent
a85d03b779
commit
8a7bc7b803
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ and source-file directory for your debugger."
|
|||
; (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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue