Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 790 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 790 Bytes

[![MELPA][melpa-image]][melpa]

Introduction

Emacs Lisp Module to add trepan-xpy support to realgud.

Installation

Installation

From ELPA

Inside GNU Emacs evaluate:

  (package-install realgud-trepan-xpy)

From github source

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