Skip to content

realgud/realgud-ipdb

Repository files navigation

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

About

Emacs Lisp Module to add ipdb support to realgud. ipdb is a Python debugger based on pdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published