2023-05-08 17:54:24 -07: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": [
|
|
|
|
{
|
|
|
|
"type": "lldb",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Debug gentime lldb",
|
|
|
|
"program": "${workspaceFolder}/test/gen/build/gencpp.exe",
|
|
|
|
"args": [],
|
2023-06-28 11:43:21 -07:00
|
|
|
"cwd": "${workspaceFolder}/test/gen/",
|
2023-05-08 17:54:24 -07:00
|
|
|
"postRunCommands": [
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Debug gentime vsdbg",
|
|
|
|
"program": "${workspaceFolder}/test/gen/build/gencpp.exe",
|
|
|
|
"args": [],
|
2023-06-28 11:43:21 -07:00
|
|
|
"cwd": "${workspaceFolder}/test/gen/",
|
2023-07-11 22:33:11 -07:00
|
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
2023-05-08 17:54:24 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|