50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "launch-lua",
|
|
"type": "lua",
|
|
"request": "launch",
|
|
"workingDirectory": "${workspaceRoot}",
|
|
"sourceBasePath": "${workspaceRoot}",
|
|
"executable": "C:\\Program Files (x86)\\Lua\\5.1\\lua.exe",
|
|
"arguments": "main.lua",
|
|
"listenPublicly": false,
|
|
"listenPort": 56789,
|
|
"encoding": "UTF-8",
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "launch-gideros",
|
|
"type": "lua",
|
|
"request": "launch",
|
|
"workingDirectory": "${workspaceRoot}",
|
|
"giderosPath": "C:/Program Files (x86)/Gideros",
|
|
"gprojPath": "${workspaceRoot}/GPROJ.gproj",
|
|
"jumpToGiderosErrorPosition": false,
|
|
"stopGiderosWhenDebuggerStops": true,
|
|
"listenPublicly": false,
|
|
"listenPort": 56789,
|
|
"encoding": "UTF-8"
|
|
},
|
|
{
|
|
"name": "wait",
|
|
"type": "lua",
|
|
"request": "attach",
|
|
"workingDirectory": "${workspaceRoot}",
|
|
"sourceBasePath": "${workspaceRoot}",
|
|
"listenPublicly": false,
|
|
"listenPort": 56789,
|
|
"encoding": "UTF-8"
|
|
},
|
|
{
|
|
"type": "lua",
|
|
"request": "launch",
|
|
"name": "Launch",
|
|
"program": "${workspaceFolder}/test.lua"
|
|
}
|
|
]
|
|
} |