mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
18 lines
518 B
JSON
18 lines
518 B
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 handmade win32 msvc",
|
||
|
"program": "${workspaceFolder}/build/handmade_win32.exe",
|
||
|
"args": [],
|
||
|
"cwd": "${workspaceFolder}/project",
|
||
|
"visualizerFile": "${workspaceFolder}/scripts/handmade.natvis"
|
||
|
}
|
||
|
]
|
||
|
}
|