Code ide调试出错

为什么照官方步骤搞后,调试在 win7xxx 上会
debug args = require(‘debugger’)(‘127.0.0.1’,‘10000’,‘luaidekey’,nil,‘win’,’/D:/wwGame/SummerShells/’,‘D:/wwGame/SummerShells/’)
can not get file data of D:\wwGame\SummerShells\runtime\win32\lua?\init.lua;app/MyApp.lua
:9: module ‘app.MyApp’ not found:
no field package.preload’app.MyApp’]
no file ‘.\app\MyApp.lua’
no file ‘D:\wwGame\SummerShells\runtime\win32\lua\app\MyApp.lua’
no file ‘D:\wwGame\SummerShells\runtime\win32\lua\app\MyApp\init.lua’
no file ‘.\app\MyApp.dll’
no file ‘D:\wwGame\SummerShells\runtime\win32\app\MyApp.dll’
no file ‘D:\wwGame\SummerShells\runtime\win32\loadall.dll’
no file ‘.\app.dll’
no file ‘D:\wwGame\SummerShells\runtime\win32\app.dll’
no file ‘D:\wwGame\SummerShells\runtime\win32\loadall.dll’
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile

为什么我的 code ide调试时这样?

没添加app所在的搜索路径

咋添加啊,兄弟