Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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