- [WIP] Treball de recolçament a mini-debugger

This commit is contained in:
2026-03-30 23:03:53 +02:00
parent 5a50a29bdb
commit 7b080c2921

4
.vscode/launch.json vendored
View File

@@ -6,8 +6,8 @@
"type": "myLuaApp", "type": "myLuaApp",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/mini_debug", "program": "${workspaceFolder}/mini_debug",
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}",
"trace": true
} }
] ]
} }