Skip to content

AndreaCrotti/emacs-dbgr

 
 

Repository files navigation

Introduction

Towards a modular framework for interacting with external debuggers.

Debuggers we currently support are:

  • bashdb (BASH)
  • gdb
  • kshdb (Korn Shell)
  • pydb (Python)
  • pydbgr (Python)
  • rbdbgr (Ruby 1.9)
  • remake (GNU Make)
  • ruby-debug (Ruby)
  • zshdb (Zsh)

The debugger is run out of a comint process buffer, or you can use a “track-mode” inside an existing shell.

To install you’ll need a couple of other Emacs packages installed. See the installation instructions for details.

About

The Grand "Cathedral" Debugger rewrite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 99.2%
  • Other 0.8%