mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb-dap",
|
|
"request": "launch",
|
|
"name": "Debug SpineTest (LLDB-DAP)",
|
|
"program": "${workspaceFolder}/test/.build/debug/SpineTest",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/test",
|
|
"preLaunchTask": "swift: Build Debug",
|
|
"stopOnEntry": false
|
|
},
|
|
]
|
|
} |