/gud-lua

Interactively debug lua with debugger.lua and GUD.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Interactively debug lua using debugger.lua and GUD

License: GPL v3

This package provides GUD support for debugging lua programs instrumented with dbg breakpoints from debugger.lua.

Installing

Install gud-lua.el from source

  • Clone this repository
  • Add the following to your emacs config
(require "[cloned nverno/gud-lua]/gud-lua.el")