30 lines
992 B
JSON
30 lines
992 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": [
|
||
|
|
{
|
||
|
|
"name": "Engine",
|
||
|
|
"type": "cppvsdbg",
|
||
|
|
"request": "launch",
|
||
|
|
"program": "${workspaceRoot}/bin/Debug/SeeleEngine.exe",
|
||
|
|
"args": [],
|
||
|
|
"stopAtEntry": false,
|
||
|
|
"cwd": "${workspaceFolder}/bin/Debug",
|
||
|
|
"environment": [],
|
||
|
|
"externalConsole": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Test",
|
||
|
|
"type": "cppvsdbg",
|
||
|
|
"request": "launch",
|
||
|
|
"program": "${workspaceRoot}/bin/Debug/test/Seele_unit_tests.exe",
|
||
|
|
"args": [],
|
||
|
|
"stopAtEntry": false,
|
||
|
|
"cwd": "${workspaceRoot}/bin/Debug/test",
|
||
|
|
"environment": [],
|
||
|
|
"externalConsole": false
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|