You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/tools/lldb-dap/package.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@
86
86
"default": {},
87
87
"description": "The environment of the lldb-dap process.",
88
88
"additionalProperties": {
89
-
"type": "string"
89
+
"type": "string"
90
90
}
91
91
}
92
92
}
@@ -152,6 +152,10 @@
152
152
"program"
153
153
],
154
154
"properties": {
155
+
"debugAdapterExecutable": {
156
+
"type": "string",
157
+
"markdownDescription": "The LLDB debug adapter executable to use. Either an absolute path or the name of a debug adapter executable available on the `PATH`."
158
+
},
155
159
"program": {
156
160
"type": "string",
157
161
"description": "Path to the program to debug."
@@ -338,6 +342,10 @@
338
342
},
339
343
"attach": {
340
344
"properties": {
345
+
"debugAdapterExecutable": {
346
+
"type": "string",
347
+
"markdownDescription": "The LLDB debug adapter executable to use. Either an absolute path or the name of a debug adapter executable available on the `PATH`."
348
+
},
341
349
"program": {
342
350
"type": "string",
343
351
"description": "Path to the program to attach to."
0 commit comments