mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
22 lines
700 B
JSON
22 lines
700 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "headless test (cpp)",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/build/headless-test",
|
|
"args": [
|
|
"${workspaceFolder}/../examples/spineboy/export/spineboy-pro.json",
|
|
"${workspaceFolder}/../examples/spineboy/export/spineboy-pma.atlas",
|
|
"run"
|
|
],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/build",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb",
|
|
"preLaunchTask": "CMake: build"
|
|
}
|
|
]
|
|
} |