mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
// 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": [
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug base vsdbg",
|
|
"program": "${workspaceFolder}/base/build/base.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/base/",
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
|
},
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug singleheader vsdbg",
|
|
"program": "${workspaceFolder}/singleheader/build/singleheader.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/singleheader/",
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
|
},
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug unreal vsdbg",
|
|
"program": "${workspaceFolder}/unreal_engine/build/unreal.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/unreal_engine/",
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
|
}
|
|
]
|
|
}
|