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

https://github.com/dead-beef/pietdbg

Debugger interface for npiet
https://github.com/dead-beef/pietdbg

Last synced: 8 months ago
JSON representation

Debugger interface for npiet

Awesome Lists containing this project

README

          

# PietDbg - debugger interface for `npiet`, Piet language interpreter

## Overview

Debugger interface for [`npiet`](http://www.bertnase.de/npiet/), [`Piet`](http://www.dangermouse.net/esoteric/piet.html) language interpreter.

### Requirements

- [`Python 2`](https://www.python.org/)
- [`pyGTK`](http://www.pygtk.org/)
- [`npiet`](http://www.bertnase.de/npiet/)

### Installation

```
python setup.py install
```

### Usage

TODO - add usage instructions

```
usage: pietdbg [-h] [-c ] [-o ...]

optional arguments:
-h, --help show this help message and exit
-c set configuration file (default: ~/.pietdbg)
-o ... open a file

usage: pietdbg -o [-h] [-cs ] [-uc {black,white,error}]

positional arguments:

optional arguments:
-h, --help show this help message and exit
-cs set codel size (default: guess)
-uc {black,white,error}
set unknown color handling (default: white)
```

### Build

N/A

## Licenses

* [`PietDbg`](LICENSE.md)