fix: ignore any frame that has no file #41
No reviewers
Labels
No labels
bug
c API
duplicate
enhancement
help wanted
invalid
LuaJIT
PUC Lua
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
slembcke/debugger.lua!41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "no-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The REPL should never trigger for C frames and pre-compiled Lua bytecode.
It might be worth keeping the
info.linedefined >= 0check to speed up C frame detection, but the performance improvement is likely unnoticeable.Yeah, the hooks really only run when stepping, so probably not a huge deal.