L-F-F-F

Results 2 comments of L-F-F-F

@LittleSunH In your .cfg file,you should change the "classes=" of lines 610, 696, and 783 to your own. The "filters=" of lines 603, 689, and 776 are changed to (classes+5)*3....

我也遇到这个问题了,临时解决方案是 vscode安装 luaPanda插件,把LuaPanda的plugins覆盖LuaHelper的plugins即可,具体就是将 extensions\stuartwang.luapanda-3.2.0\Debugger\debugger_lib\ 目录下的 plugins 文件夹复制,拷贝到 extensions\yinfei.luahelper-0.2.19\debugger\debugger_lib 目录下,此时会提醒同名文件,是否替换,选择是。然后Vscode就可以命中断点了。不过每次LuaHelper更新之后,都要这么操作一下。期待官方修复这个问题