2021-07-24 13:21:52 -04:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2021-07-26 08:58:34 -04:00
|
|
|
"name": "Launch SA",
|
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "launch",
|
2021-10-17 13:47:01 -04:00
|
|
|
"program": "F:/GTASanAndreas/gta_sa.exe",
|
2021-07-26 08:58:34 -04:00
|
|
|
"args": [],
|
|
|
|
"stopAtEntry": false,
|
2021-10-17 13:47:01 -04:00
|
|
|
"cwd": "F:/GTASanAndreas/",
|
2021-07-26 08:58:34 -04:00
|
|
|
"environment": [],
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
2021-08-01 21:41:48 -04:00
|
|
|
{
|
|
|
|
"name": "Launch VC",
|
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "launch",
|
2021-10-17 13:47:01 -04:00
|
|
|
"program": "E:/GTA Vice City/gta-vc.exe",
|
2021-08-01 21:41:48 -04:00
|
|
|
"args": [],
|
|
|
|
"stopAtEntry": false,
|
2021-10-17 13:47:01 -04:00
|
|
|
"cwd": "F:/GTASanAndreas/",
|
2021-08-01 21:41:48 -04:00
|
|
|
"environment": [],
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
2021-07-26 08:58:34 -04:00
|
|
|
{
|
|
|
|
"name": "Attach",
|
2021-07-24 13:21:52 -04:00
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "attach",
|
|
|
|
"processId": "${command:pickProcess}"
|
2021-07-26 08:58:34 -04:00
|
|
|
}
|
2021-07-24 13:21:52 -04:00
|
|
|
]
|
|
|
|
}
|