added the ability to inspect the stack from the debugger
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
fun k(k)
|
||||
return k();
|
||||
return k(k);
|
||||
|
||||
k(k);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user