Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
617 stars 93 forks source link

无法调试了,提示找不到lualibpdebug.lua #133

Open tidys opened 1 year ago

tidys commented 1 year ago

require("LuaPanda").start("127.0.0.1", 8818);

加上这个调试代码就出现了这行的问题

can not get file data of /usr/local/share/lua/5.1/?/init.lualibpdebug.lua

tidys commented 1 year ago

上边的这个lualibpdebug.lua找不到好像任何时候都有 stopOnEntry:false就调试不了了,不知道具体啥原因 而且有时候,调试断点无效,断点位置也对不上