mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-09 21:28:39 +01:00
debugger; add note about less overhead version
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user