File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 77 {
88 "type" : " gdb" ,
99 "request" : " launch" ,
10- "name" : " x86 debug" ,
10+ "name" : " x86 CP debug" ,
1111 "target" : " ${workspaceRoot}/bin/gcc_native/quick_start_chargepoint" ,
1212 "cwd" : " ${workspaceRoot}/bin/gcc_native/" ,
13- "arguments" : " " ,
13+ "arguments" : " -r" ,
14+ "valuesFormatting" : " parseText"
15+ },
16+ {
17+ "type" : " gdb" ,
18+ "request" : " launch" ,
19+ "name" : " x86 CS debug" ,
20+ "target" : " ${workspaceRoot}/bin/gcc_native/quick_start_centralsystem" ,
21+ "cwd" : " ${workspaceRoot}/bin/gcc_native/" ,
22+ "arguments" : " -r" ,
1423 "valuesFormatting" : " parseText"
1524 },
1625 {
1726 "type" : " gdb" ,
1827 "request" : " launch" ,
1928 "name" : " x86 test debug" ,
20- "target" : " ${workspaceRoot}/build_gcc_native/tests/chargepoint/metervalues/test_metervalues " ,
29+ "target" : " ${workspaceRoot}/build_gcc_native/tests/chargepoint/smartcharging/test_smartcharging_setpoint " ,
2130 "cwd" : " ${workspaceRoot}" ,
2231 "valuesFormatting" : " parseText"
2332 }
2433 ]
25- }
34+ }
You can’t perform that action at this time.
0 commit comments