1
7
Fork
You've already forked debugger.lua
0

fix: ignore any frame that has no file #41

Merged
aleclarson merged 1 commit from no-file into master 2018年04月26日 19:55:45 +02:00
aleclarson commented 2018年04月26日 19:53:19 +02:00 (Migrated from github.com)
Copy link

The REPL should never trigger for C frames and pre-compiled Lua bytecode.

The REPL should never trigger for C frames and pre-compiled Lua bytecode.
aleclarson commented 2018年04月26日 19:54:42 +02:00 (Migrated from github.com)
Copy link

It might be worth keeping the info.linedefined >= 0 check to speed up C frame detection, but the performance improvement is likely unnoticeable.

It might be worth keeping the `info.linedefined >= 0` check to speed up C frame detection, but the performance improvement is likely unnoticeable.
slembcke commented 2018年04月27日 17:41:46 +02:00 (Migrated from github.com)
Copy link

Yeah, the hooks really only run when stepping, so probably not a huge deal.

Yeah, the hooks really only run when stepping, so probably not a huge deal.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
slembcke/debugger.lua!41
Reference in a new issue
slembcke/debugger.lua
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?