Skip to content

realgud/realgud-trepan-xpy

Repository files navigation

[![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"))))