Use realgud instead of gud

This commit is contained in:
Jeremy Dormitzer 2020-05-01 11:54:30 -04:00
parent 11c350bc2a
commit 39f460a9ea

View File

@ -3010,7 +3010,7 @@ And borrowing some functions from python-pytest, we can get some nosetests suppo
(when (not nosetests-cmd)
(user-error "Nosetests command not found"))
(if debug
(pdb cmdline)
(realgud:pdb cmdline)
(compile cmdline))))
(defun run-nose-reading-args (arg nose-args &optional debug)