Uidb is a TUI debugger for Uiua.
- Clone the repo:
git clone https://github.com/Froloket64/uidb.git --depth 1
cd uidb- Compile the source code using
cargo:
cargo build --releaseThe binary path is target/release/uidb.
If you want to just run the program immediately after compilation, you can use
cargo runRun 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 --helpTo step forward, use h. To step backward, use l.