Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 697 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 697 Bytes

Uidb

Uidb is a TUI debugger for Uiua.

Installation

From source

  1. Clone the repo:
git clone https://github.com/Froloket64/uidb.git --depth 1
cd uidb
  1. Compile the source code using cargo:
cargo build --release

The binary path is target/release/uidb.

If you want to just run the program immediately after compilation, you can use

cargo run

Usage

Invocation

Run Uidb like so:

$ uidb <file>

where <file> is a path to the file containing Uiua code you want to debug.

For more options, see

$ uidb --help

Interface

To step forward, use h. To step backward, use l.