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: Extension/package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,7 @@
272
272
"c_cpp.debuggers.miDebuggerPath.description": "The path to the MI debugger (such as gdb). When unspecified, it will search path first for the debugger.",
273
273
"c_cpp.debuggers.miDebuggerArgs.description": "Additional arguments for the MI debugger (such as gdb).",
274
274
"c_cpp.debuggers.miDebuggerServerAddress.description": "Network address of the MI Debugger Server to connect to (example: localhost:1234).",
275
+
"c_cpp.debuggers.useExtendedRemote.description": "Connect to the MI Debugger Server with target extended-remote mode.",
275
276
"c_cpp.debuggers.stopAtEntry.description": "Optional parameter. If true, the debugger should stop at the entrypoint of the target. If processId is passed, has no effect.",
276
277
"c_cpp.debuggers.debugServerPath.description": "Optional full path to the debug server to launch. Defaults to null. It is used in conjunction with either \"miDebugServerAddress\" or your own server with a \"customSetupCommand\" that runs \"-target-select remote <server:port>\".",
277
278
"c_cpp.debuggers.debugServerArgs.description": "Optional debug server args. Defaults to null.",
thrownewError(localize("debugger.path.and.server.address.required","{0} in debug configuration requires {1} and {2}","useExtendedRemote","miDebuggerPath","miDebuggerServerAddress"));
thrownewError(localize("no.pipetransport.useextendedremote","Chosen debug configuration does not contain {0} or {1}","pipeTransport","useExtendedRemote"));
`,[type==="cppdbg" ? `${os.EOL}"program": "${localize("enter.program.name","enter program name, for example {0}","$\{workspaceFolder\}"+"/"+executable).replace(/\"/g,"\\\"")}",` : ""]);
0 commit comments