2023-09-08 12:40:40 -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":"cppvsdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"name" : "Debug handmade win32 msvc",
|
2023-09-26 22:16:41 -07:00
|
|
|
"program": "${workspaceFolder}/data/binaries/handmade_win32.exe",
|
2023-09-08 12:40:40 -07:00
|
|
|
"args": [],
|
2023-09-26 22:16:41 -07:00
|
|
|
"cwd": "${workspaceFolder}/data/binaries/",
|
2023-09-08 12:40:40 -07:00
|
|
|
"visualizerFile": "${workspaceFolder}/scripts/handmade.natvis"
|
2023-09-28 17:22:15 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"cppvsdbg",
|
|
|
|
"request": "launch",
|
2023-10-01 17:17:14 -07:00
|
|
|
"name" : "Debug handmade engine (post_build) gen msvc",
|
2023-09-28 18:57:52 -07:00
|
|
|
"program": "${workspaceFolder}/build/engine_postbuild_gen.exe",
|
2023-09-28 17:22:15 -07:00
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}/build",
|
2023-10-01 17:17:14 -07:00
|
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"cppvsdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"name" : "Debug handmade platform gen msvc",
|
|
|
|
"program": "${workspaceFolder}/build/platform_gen.exe",
|
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}/project/platform",
|
|
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
2023-09-08 12:40:40 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|