Skip to content

Commit 740bf23

Browse files
committed
Restore .vscode/launch.json
Signed-off-by: owent <admin@owent.net>
1 parent fade6f7 commit 740bf23

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.vscode/launch.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
{
5-
"name": "Debug on Windows",
6-
"type": "cppvsdbg",
7-
"request": "launch",
8-
"program": "${workspaceFolder}/build/exporters/ostream/Debug/ostream_log_test.exe",
9-
"args": [],
10-
"stopAtEntry": false,
11-
"cwd": "${workspaceFolder}",
12-
"environment": [],
13-
"externalConsole": false
14-
},
15-
{
16-
"name": "Debug on Linux",
17-
"type": "gdb",
18-
"request": "launch",
19-
"target": "${workspaceFolder}/bazel-bin/<path to the bin file>",
20-
"cwd": "${workspaceRoot}",
21-
"valuesFormatting": "parseText"
22-
}
4+
{
5+
"name": "Debug on Windows",
6+
"type": "cppvsdbg",
7+
"request": "launch",
8+
"program": "${workspaceFolder}/build/<path-to-bin-file>",
9+
"args": [],
10+
"stopAtEntry": false,
11+
"cwd": "${workspaceFolder}",
12+
"environment": [],
13+
"externalConsole": false
14+
},
15+
{
16+
"name": "Debug on Linux",
17+
"type": "gdb",
18+
"request": "launch",
19+
"target": "${workspaceFolder}/bazel-bin/<path to the bin file>",
20+
"cwd": "${workspaceRoot}",
21+
"valuesFormatting": "parseText"
22+
}
2323
]
2424
}

0 commit comments

Comments
 (0)