We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c96aa commit 48d99c6Copy full SHA for 48d99c6
.vscode/launch.json
@@ -15,7 +15,11 @@
15
"@result:UNDEFINED",
16
"@result:FAILED",
17
"@result:OK",
18
- "@fail_feature"
+ "@fail_feature",
19
+ "@ex:2",
20
+ "@substep",
21
+ "@table_argument",
22
+ "@thishasarule"
23
]
24
},
25
{
@@ -52,7 +56,12 @@
52
56
],
53
57
"stopAtEntry": false,
54
58
"cwd": "${workspaceFolder}",
55
- "environment": [],
59
+ "environment": [
60
+ {
61
+ "name": "ASAN_OPTIONS",
62
+ "value": "detect_leaks=0"
63
+ }
64
+ ],
65
"externalConsole": false,
66
"MIMode": "gdb",
67
"setupCommands": [
0 commit comments