live debug working, ready to merge with runtime

This commit is contained in:
2026-06-08 00:54:45 -06:00
parent ca9170d197
commit 86fa139c9c
13 changed files with 494 additions and 1 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
# 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.
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.