安装插件luaide,免费版可使用luaide-lite
*运行-添加配置, 添加下面的配置
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Cocos2-launch",
"type": "lua",
"request": "launch",
"runtimeType": "Cocos2",
"localRoot": "${workspaceRoot}",
"commandLine": "-workdir ${workspaceRoot}/ -file src/main.lua",
"port": 7003,
// 此处填写exe路径
"exePath": "E:/v3quick-quick-cocos2d-x-v3.3/quick/player/win32/player3.exe",
"printType": 1
},
]
}*
将启动文件跟路径换成自己的路径