|
46 | 46 | "contributes": { |
47 | 47 | "debuggers": [ |
48 | 48 | { |
49 | | - "type": "cmsis-pyocd-debug", |
50 | | - "label": "CMSIS pyOCD Debug", |
| 49 | + "type": "cmsis-debug-pyocd", |
| 50 | + "label": "CMSIS Debugger (pyOCD)", |
51 | 51 | "initialConfigurations": [ |
52 | 52 | { |
53 | | - "name": "CMSIS: pyOCD Debug", |
| 53 | + "name": "CMSIS Debugger: pyOCD", |
54 | 54 | "type": "gdbtarget", |
55 | 55 | "request": "launch", |
56 | 56 | "cwd": "${workspace}", |
|
77 | 77 | ], |
78 | 78 | "configurationSnippets": [ |
79 | 79 | { |
80 | | - "label": "CMSIS: pyOCD Debug", |
81 | | - "description": "Debug with CDT GDB debug adapter extension and pyOCD.", |
| 80 | + "label": "CMSIS Debugger: pyOCD", |
| 81 | + "description": "CMSIS Debugger via pyOCD GDB adapter.", |
82 | 82 | "body": { |
83 | | - "name": "CMSIS: pyOCD Debug", |
| 83 | + "name": "CMSIS Debugger: pyOCD", |
84 | 84 | "type": "gdbtarget", |
85 | 85 | "request": "launch", |
86 | 86 | "cwd": "^\"\\${workspace}\"", |
|
114 | 114 | "properties": { |
115 | 115 | "cmsis": { |
116 | 116 | "type": "object", |
117 | | - "description": "Configures CMSIS specific debug settings.", |
| 117 | + "description": "Configures CMSIS Debugger settings.", |
118 | 118 | "additionalProperties": false, |
119 | 119 | "properties": { |
120 | 120 | "cbuildRunPath": { |
121 | 121 | "type": "string", |
122 | | - "description": "Path to the *.cbuild-run.yml debug configuration file generated with the CMSIS-Toolbox." |
| 122 | + "description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox." |
123 | 123 | } |
124 | 124 | } |
125 | 125 |
|
|
130 | 130 | "properties": { |
131 | 131 | "cmsis": { |
132 | 132 | "type": "object", |
133 | | - "description": "Configures CMSIS specific debug settings.", |
| 133 | + "description": "Configures CMSIS Debugger settings.", |
134 | 134 | "additionalProperties": false, |
135 | 135 | "properties": { |
136 | 136 | "cbuildRunPath": { |
137 | 137 | "type": "string", |
138 | | - "description": "Path to the *.cbuild-run.yml debug configuration file generated with the CMSIS-Toolbox." |
| 138 | + "description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox." |
139 | 139 | } |
140 | 140 | } |
141 | 141 | } |
|
0 commit comments