From 7afc0e4a9c361b2ea31c2e1aa6456d62af8363f0 Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Mon, 6 Jun 2022 15:30:32 -0700 Subject: [PATCH] debugger; add note about less overhead version --- doc/notes/debugger.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/notes/debugger.md b/doc/notes/debugger.md index d337a8f8..dda4e6bb 100644 --- a/doc/notes/debugger.md +++ b/doc/notes/debugger.md @@ -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.