Skip to content

A TUI debugger for the Uiua programming language.

License

Notifications You must be signed in to change notification settings

Froloket64/uidb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A TUI debugger for the Uiua programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages