Added better debug

Now triggers a breakpoint when a function fails
This commit is contained in:
Pasha Bibko
2025-07-20 14:18:31 +01:00
parent 8f75e52a07
commit ac656b7b0f
5 changed files with 36 additions and 52 deletions

15
CMakeSettings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}