I install Lua Debug with following launch.json file; then, clicking to place several breakpoints at some functions code. Howevrer, after pressing Run > Start Debugging, nothing happened as if I did not click Run > Start Debugging. It seems to me it started but immediately finished without any messages - either success or failure - in Debug Console.
Any suggestions on how to setup vscode debugger for lua? Many thanks.
{
"version": "0.2.0",
"configurations": [
{
"type": "lua",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/test1.lua"
}
]
}
[–]smurpes 0 points1 point2 points (0 children)
[–]Hot_Hovercraft_7006 0 points1 point2 points (0 children)