1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose 7a1c9c7798 Add support for debugging upvalues.
Upvalues are stored in the symbol slots structure as well, but
since they are always live, we repurpose the death_pc field to
refer to the environment index that we want to look at at runtime.
2023-02-05 15:30:01 -06:00
..
boot Add support for debugging upvalues. 2023-02-05 15:30:01 -06:00
conf Don't compile library loading code on windows if it is disabled. 2023-01-21 09:36:03 -06:00
core Add support for debugging upvalues. 2023-02-05 15:30:01 -06:00
include Update symbolmapping code with marshal/unmarshal. 2023-02-03 17:33:11 -06:00
mainclient More fixes to ev/gather (tested on httpf server). 2023-02-05 10:21:37 -06:00