|
38 | 38 | },
|
39 | 39 | "detail": "Build dir has to be configured with Cmake using Ninja",
|
40 | 40 | },
|
| 41 | + { |
| 42 | + "type": "shell", |
| 43 | + "label": "Run PurePhone (Linux + Valgrind)", |
| 44 | + "command": "valgrind", |
| 45 | + "args": [ |
| 46 | + "./PurePhone.elf" |
| 47 | + ], |
| 48 | + "options": { |
| 49 | + "cwd": "${workspaceFolder}/build-PurePhone-linux-Debug" |
| 50 | + }, |
| 51 | + "group": { |
| 52 | + "kind": "build", |
| 53 | + //"isDefault": true |
| 54 | + }, |
| 55 | + "detail": "Build dir has to be configured with Cmake using Ninja", |
| 56 | + }, |
41 | 57 | {
|
42 | 58 | "type": "shell",
|
43 | 59 | "label": "Configure and Build PurePhone (Linux)",
|
|
46 | 62 | "dependsOrder": "sequence",
|
47 | 63 | "detail": "Configure cmake project and build with Ninja",
|
48 | 64 | },
|
| 65 | + { |
| 66 | + "type": "shell", |
| 67 | + "label": "Build and Run PurePhone (Linux + Valgrind)", |
| 68 | + "group": "build", |
| 69 | + "dependsOn": ["Build PurePhone (Linux)", "Run PurePhone (Linux + Valgrind)"], |
| 70 | + "dependsOrder": "sequence", |
| 71 | + "detail": "Configure cmake project and build with Ninja", |
| 72 | + }, |
49 | 73 |
|
50 | 74 | {
|
51 | 75 | "type": "shell",
|
|
79 | 103 | "group": "build",
|
80 | 104 | "detail": "Build dir has to be configured with Cmake using Ninja",
|
81 | 105 | },
|
| 106 | + { |
| 107 | + "type": "shell", |
| 108 | + "label": "Run BellHybrid (Linux + Valgrind)", |
| 109 | + "command": "valgrind", |
| 110 | + "args": [ |
| 111 | + "./BellHybrid.elf" |
| 112 | + ], |
| 113 | + "options": { |
| 114 | + "cwd": "${workspaceFolder}/build-BellHybrid-linux-Debug" |
| 115 | + }, |
| 116 | + "group": "build", |
| 117 | + "detail": "Build dir has to be configured with Cmake using Ninja", |
| 118 | + }, |
82 | 119 | {
|
83 | 120 | "type": "shell",
|
84 | 121 | "label": "Build BellHybrid Disk Image (Linux)",
|
|
100 | 137 | "dependsOrder": "sequence",
|
101 | 138 | "detail": "Configure cmake project and build with Ninja",
|
102 | 139 | },
|
| 140 | + { |
| 141 | + "type": "shell", |
| 142 | + "label": "Build and Run BellHybrid (Linux + Valgrind)", |
| 143 | + "group": "build", |
| 144 | + "dependsOn": ["Build BellHybrid (Linux)", "Run BellHybrid (Linux + Valgrind)"], |
| 145 | + "dependsOrder": "sequence", |
| 146 | + "detail": "Configure cmake project and build with Ninja", |
| 147 | + }, |
103 | 148 |
|
104 | 149 | // RT1051
|
105 | 150 |
|
|
0 commit comments