debugger; add note about less overhead version

This commit is contained in:
ruby0x1
2022-06-06 15:30:32 -07:00
parent 092fd90a3a
commit 7afc0e4a9c

View File

@ -57,6 +57,7 @@ The extension is also very rough and experimental.
- [ ] Test behaviour on fiber switches
- [ ] Expand upvalue valid range to the whole function they are defined in
- [ ] Static variables not used in a function are not visible to the debugger
- [ ] patch bytecode for breakpoints and trap instead of checking constantly in loop
**Smaller details**
- [ ] Remove breakpoints maximum? would add dynamic allocation though.