lua 5.5 alaways break on deleted break point
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by reproducing the Lua 5.5 case described in the issue: break in xxx, delete the breakpoint, and resume through the C++ loop. Trace the debugger's breakpoint deletion and resume handling; done means the deleted breakpoint no longer stops execution.
Written by the indexing model from the issue text.
Description
VSCODE "ideConnectDebugger": false
lua:
function xxx()
end
c++:
for(int i = 0; i < 10000; i++)
{
call lua_xxx();
}
when break on xxx and delete breakpoint,resume,the breakpoint alaways break
- Dominant language
- C++
- Stars
- 253
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from EmmyLua/EmmyLuaDebugger
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
EmmyLua/EmmyLuaDebugger#79 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
EmmyLua/EmmyLuaDebugger#77 · 2 comments ·
-
协程无法调试,还有可能闪退 Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
EmmyLua/EmmyLuaDebugger#76 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
EmmyLua/EmmyLuaDebugger#71 · 4 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
EmmyLua/EmmyLuaDebugger#70 · 1 comment ·
All issues in EmmyLua/EmmyLuaDebugger
Similar issues
-
AuTest Bug Tests
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
apache/trafficserver#13714 ·
-
bug build
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
facebookincubator/velox#19143 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
tenstorrent/tt-metal#57393 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
objectionary/eo-graphs#74 ·