Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nverno/gud-lua
Interactively debug lua with debugger.lua and GUD.
https://github.com/nverno/gud-lua
debugger emacs gud lua
Last synced: about 2 months ago
JSON representation
Interactively debug lua with debugger.lua and GUD.
- Host: GitHub
- URL: https://github.com/nverno/gud-lua
- Owner: nverno
- License: gpl-3.0
- Created: 2023-11-17T23:56:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-26T20:44:18.000Z (9 months ago)
- Last Synced: 2024-04-26T21:39:41.334Z (9 months ago)
- Topics: debugger, emacs, gud, lua
- Language: Emacs Lisp
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactively debug lua using debugger.lua and GUD
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
This package provides GUD support for debugging lua programs instrumented with
`dbg` breakpoints from [debugger.lua](https://github.com/slembcke/debugger.lua).## Installing
### Install gud-lua.el from source
- Clone this repository
- Add the following to your emacs config```elisp
(require "[cloned nverno/gud-lua]/gud-lua.el")
```