12 lines
518 B
Markdown
12 lines
518 B
Markdown
# spider-live-debug
|
|
|
|
The live debug is a program which runs the Spider Runtime VM in the terminal. Allows for editing code and running byte code, for example.
|
|
|
|
---
|
|
|
|
This repository requires **spider-runtime** for the Spider VM and **Kittycannon/desktoplib** for the terminal. Please include these two before building this project.
|
|
|
|
You will need to define their paths in `makevars.mak`. We currently use *static linking* for both.
|
|
|
|
Needless to say, **spider-live-debug** requires a compliant terminal in order to use.
|