File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments