actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
435 stars 94 forks source link

更新成1.55就不能正确调试了 #170

Closed ajenpan closed 2 years ago

ajenpan commented 2 years ago

更新成1.55就不能正确调试了 回退到1.54 就正常. 具体原因俺也不知道

这是俺的 configurations

{
        "name": "launch process",
        "type": "lua",
        "request": "launch",
        "stopOnEntry": true,
        "runtimeExecutable": "${workspaceFolder}/dbplua.exe",
        "runtimeArgs": "${workspaceFolder}/test.lua",
 }
ajenpan commented 2 years ago

dbplua 是俺自己编译的 lua5.1