mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
These are some changes I made to debug tooling while tracking down the bugfix in the previous commit. Each `scripts/debug_*_alloc.gdb` script has gdb output a `*_allocs.txt` file, which in turn can be parsed by the `scripts/parse_*_allocs.py` script to find errors.
19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/libraries/**",
|
|
"${workspaceFolder}/build/**",
|
|
"${workspaceFolder}/sysroot/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"compileCommands": "${workspaceFolder}/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |