5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
8
- "name" : " Debug Failed Unit-tests" ,
9
- "type" : " cppdbg" ,
10
- "request" : " launch" ,
11
- "program" : " ${workspaceRoot}/failed_test_run" ,
8
+ "name" : " Debug Failed Unit-tests" ,
9
+ "type" : " cppdbg" ,
10
+ "request" : " launch" ,
11
+ "program" : " ${workspaceRoot}/failed_test_run" ,
12
12
"args" : [],
13
- "cwd" : " ${workspaceRoot}" ,
14
- "MIMode" : " gdb" ,
13
+ "cwd" : " ${workspaceRoot}" ,
14
+ "MIMode" : " gdb" ,
15
15
"miDebuggerPath" : " /usr/bin/gdb"
16
- },
16
+ },
17
17
{
18
- "name" : " Debug Notecard Unit-tests" ,
19
- "type" : " cppdbg" ,
20
- "request" : " launch" ,
21
- "program" : " ${workspaceRoot}/notecard.tests" ,
18
+ "name" : " Debug Notecard Unit-tests" ,
19
+ "type" : " cppdbg" ,
20
+ "request" : " launch" ,
21
+ "program" : " ${workspaceRoot}/notecard.tests" ,
22
22
"args" : [],
23
- "cwd" : " ${workspaceRoot}" ,
23
+ "cwd" : " ${workspaceRoot}" ,
24
24
"preLaunchTask" : " Compile Notecard Tests" ,
25
25
"postDebugTask" : " Clear Test Binaries" ,
26
- "MIMode" : " gdb" ,
26
+ "MIMode" : " gdb" ,
27
27
"miDebuggerPath" : " /usr/bin/gdb"
28
- },
28
+ },
29
29
{
30
- "name" : " Debug NoteI2c Arduino Unit-tests" ,
31
- "type" : " cppdbg" ,
32
- "request" : " launch" ,
33
- "program" : " ${workspaceRoot}/notei2c_arduino.tests" ,
30
+ "name" : " Debug NoteI2c Arduino Unit-tests" ,
31
+ "type" : " cppdbg" ,
32
+ "request" : " launch" ,
33
+ "program" : " ${workspaceRoot}/notei2c_arduino.tests" ,
34
34
"args" : [],
35
- "cwd" : " ${workspaceRoot}" ,
35
+ "cwd" : " ${workspaceRoot}" ,
36
36
"preLaunchTask" : " Compile NoteI2c Arduino Tests" ,
37
37
"postDebugTask" : " Clear Test Binaries" ,
38
- "MIMode" : " gdb" ,
38
+ "MIMode" : " gdb" ,
39
39
"miDebuggerPath" : " /usr/bin/gdb"
40
- },
40
+ },
41
41
{
42
- "name" : " Debug NoteI2c Arduino Unit-tests (-DWIRE_HAS_END)" ,
43
- "type" : " cppdbg" ,
44
- "request" : " launch" ,
45
- "program" : " ${workspaceRoot}/notei2c_arduino_wire_has_end.tests" ,
42
+ "name" : " Debug NoteI2c Arduino Unit-tests (-DWIRE_HAS_END)" ,
43
+ "type" : " cppdbg" ,
44
+ "request" : " launch" ,
45
+ "program" : " ${workspaceRoot}/notei2c_arduino_wire_has_end.tests" ,
46
46
"args" : [],
47
- "cwd" : " ${workspaceRoot}" ,
47
+ "cwd" : " ${workspaceRoot}" ,
48
48
"preLaunchTask" : " Compile NoteI2c Arduino Tests (-DWIRE_HAS_END)" ,
49
49
"postDebugTask" : " Clear Test Binaries" ,
50
- "MIMode" : " gdb" ,
50
+ "MIMode" : " gdb" ,
51
51
"miDebuggerPath" : " /usr/bin/gdb"
52
- },
52
+ },
53
53
{
54
- "name" : " Debug NoteLog Arduino Unit-tests" ,
55
- "type" : " cppdbg" ,
56
- "request" : " launch" ,
57
- "program" : " ${workspaceRoot}/notelog_arduino.tests" ,
54
+ "name" : " Debug NoteLog Arduino Unit-tests" ,
55
+ "type" : " cppdbg" ,
56
+ "request" : " launch" ,
57
+ "program" : " ${workspaceRoot}/notelog_arduino.tests" ,
58
58
"args" : [],
59
- "cwd" : " ${workspaceRoot}" ,
59
+ "cwd" : " ${workspaceRoot}" ,
60
60
"preLaunchTask" : " Compile NoteLog Arduino Tests" ,
61
61
"postDebugTask" : " Clear Test Binaries" ,
62
- "MIMode" : " gdb" ,
62
+ "MIMode" : " gdb" ,
63
63
"miDebuggerPath" : " /usr/bin/gdb"
64
- },
64
+ },
65
65
{
66
- "name" : " Debug NoteSerial Arduino Unit-tests" ,
67
- "type" : " cppdbg" ,
68
- "request" : " launch" ,
69
- "program" : " ${workspaceRoot}/noteserial_arduino.tests" ,
66
+ "name" : " Debug NoteSerial Arduino Unit-tests" ,
67
+ "type" : " cppdbg" ,
68
+ "request" : " launch" ,
69
+ "program" : " ${workspaceRoot}/noteserial_arduino.tests" ,
70
70
"args" : [],
71
- "cwd" : " ${workspaceRoot}" ,
71
+ "cwd" : " ${workspaceRoot}" ,
72
72
"preLaunchTask" : " Compile NoteSerial Arduino Tests" ,
73
73
"postDebugTask" : " Clear Test Binaries" ,
74
- "MIMode" : " gdb" ,
74
+ "MIMode" : " gdb" ,
75
75
"miDebuggerPath" : " /usr/bin/gdb"
76
- },
76
+ },
77
+ {
78
+ "name" : " Debug NoteTxn Arduino Unit-tests" ,
79
+ "type" : " cppdbg" ,
80
+ "request" : " launch" ,
81
+ "program" : " ${workspaceRoot}/notetxn_arduino.tests" ,
82
+ "args" : [],
83
+ "cwd" : " ${workspaceRoot}" ,
84
+ "preLaunchTask" : " Compile NoteTxn Arduino Tests" ,
85
+ "postDebugTask" : " Clear Test Binaries" ,
86
+ "MIMode" : " gdb" ,
87
+ "miDebuggerPath" : " /usr/bin/gdb"
88
+ },
77
89
]
78
- }
90
+ }
0 commit comments