You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(lldb) Launch",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "enter program name, for example ${workspaceRoot}/a.out",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceRoot}",
|
|
"environment": [],
|
|
"externalConsole": true,
|
|
"MIMode": "lldb"
|
|
}
|
|
]
|
|
} |