branch: externals/realgud commit 2c8caa5aa6d87a3ddf92f9b9afdab2b95a2eb8f3 Merge: 28fa560 f819efd Author: R. Bernstein <ro...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Merge pull request #208 from dangirsh/patch-1 Add pprint to command hash --- realgud/debugger/trepan3k/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/realgud/debugger/trepan3k/init.el b/realgud/debugger/trepan3k/init.el index ed4740d..9efec09 100644 --- a/realgud/debugger/trepan3k/init.el +++ b/realgud/debugger/trepan3k/init.el @@ -114,6 +114,7 @@ realgud-loc-pat struct") the trepan3k command to use, like 'python'") (setf (gethash "eval" realgud:trepan3k-command-hash) "eval %s") +(setf (gethash "pprint" realgud:trepan3k-command-hash) "pp %s") (setf (gethash "shell" realgud:trepan3k-command-hash) "python") (setf (gethash "until" realgud-command-hash) "continue %l")