added the ability to inspect the stack from the debugger

This commit is contained in:
cozis
2021-11-02 14:17:24 +00:00
parent acc8cbd75f
commit f351be78bb
6 changed files with 115 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fun k(k)
return k();
return k(k);
k(k);