lua-debug
lua-debug copied to clipboard
launch.json 1.36版本可以这样设置,最新的2.0.4失效
启动参数如何设置 ???
{
"name": "robot_login",
"request": "launch",
"runtimeArgs": "${workspaceFolder}/80.behavior3_robot/main.lua 200000 1 login_tree",
"runtimeExecutable": "${workspaceFolder}/bin/glua.exe",
"stopOnEntry": true,
"type": "lua",
},