Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nverno/gud-gawk
Interactively debug GNU awk with GUD
https://github.com/nverno/gud-gawk
awk debugger emacs gawk gud
Last synced: about 2 months ago
JSON representation
Interactively debug GNU awk with GUD
- Host: GitHub
- URL: https://github.com/nverno/gud-gawk
- Owner: nverno
- License: gpl-3.0
- Created: 2023-11-20T22:56:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-21T04:20:13.000Z (about 1 year ago)
- Last Synced: 2023-11-22T00:44:49.744Z (about 1 year ago)
- Topics: awk, debugger, emacs, gawk, gud
- Language: Emacs Lisp
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactively GNU awk programs with 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 GNU awk debugger (`gawk -D`).
## Installing
### Install gud-gawk.el from source
- Clone this repository
- Add the following to your emacs config```elisp
(require "[cloned nverno/gud-gawk]/gud-gawk.el")
```