一旦debug就提示一下错误: D:\programs\lua5.1\lua.exe -e "package.path=[[D:/programs/Cocos Code IDE/plugins/IDLua/remdebug/?.lua;]] .. package.path" -l remdebug main.lua Debugger connected at /127.0.0.1 D:\programs\lua5.1\lua.exe: cannot open main.lua: No such file or directory Process finished with exit code 1
相同的设置,可以运行代码,但就是不能debug,我的运行工作目录也设置了,所以运行是可以的,但debug的时候好像这个设置不起作用,求解~~