Updated vscode settings for debug

This commit is contained in:
Dmitriy Shishkov 2022-06-09 21:17:34 +03:00
parent ec9a8ab711
commit 442ad1b532
No known key found for this signature in database
GPG Key ID: 26720CB2A9608C97
2 changed files with 21 additions and 1 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/lib/wx/include/gtk3-unicode-3.1",
"/usr/local/include/wx-3.1"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}

View File

@ -79,7 +79,8 @@
"streambuf": "cpp",
"thread": "cpp",
"valarray": "cpp",
"variant": "cpp"
"variant": "cpp",
"*.xpm": "cpp"
},
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "auto",