Emacs Lisp Module to add ipdb support to realgud.
Inside GNU Emacs evaluate:
(package-install realgud-ipdb)
- Have
realgud
andtest-simple
installed. - Edit this README.md file. (Or rather just make sure that you are in the directory where this file is located).
- From inside GNU Emacs, evaluate:
(compile (format "EMACSLOADPATH=:%s:%s ./autogen.sh" (file-name-directory (locate-library "test-simple.elc")) (file-name-directory (locate-library "realgud.elc"))))