mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-27 00:20:54 +00:00
22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(Windows) Launch",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/_build/_Install/psoff.exe",
|
|
"args": [
|
|
"--d",
|
|
"${config:psoff.add-arg}",
|
|
"--file=${config:psoff.game-path}/eboot.bin",
|
|
],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceRoot}/_build/_Install",
|
|
"environment": [],
|
|
"console": "integratedTerminal",
|
|
"symbolSearchPath": "${workspaceRoot}/_build/_Install/debug"
|
|
}
|
|
]
|
|
}
|