Skip to content

Commit 48d99c6

Browse files
committed
add additional launch tags
1 parent e8c96aa commit 48d99c6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.vscode/launch.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"@result:UNDEFINED",
1616
"@result:FAILED",
1717
"@result:OK",
18-
"@fail_feature"
18+
"@fail_feature",
19+
"@ex:2",
20+
"@substep",
21+
"@table_argument",
22+
"@thishasarule"
1923
]
2024
},
2125
{
@@ -52,7 +56,12 @@
5256
],
5357
"stopAtEntry": false,
5458
"cwd": "${workspaceFolder}",
55-
"environment": [],
59+
"environment": [
60+
{
61+
"name": "ASAN_OPTIONS",
62+
"value": "detect_leaks=0"
63+
}
64+
],
5665
"externalConsole": false,
5766
"MIMode": "gdb",
5867
"setupCommands": [

0 commit comments

Comments
 (0)