Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1011 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 1011 Bytes

GNU ELPA MELPA

Introduction

Emacs Lisp Module to add ipdb support to realgud.

Installation

From ELPA or MELPA

Inside GNU Emacs evaluate:

  (package-install realgud-ipdb)

From github source

  • Have realgud and test-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"))))