Skip to content

lua 5.5 alaways break on deleted break point #83

@warsark

Description

@warsark

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions