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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -951,6 +951,10 @@
951
951
"c_cpp.debuggers.vsCodeCommand.description": "VS Code command to be invoked. Can be a command in VS Code or an active extension.",
952
952
"c_cpp.debuggers.vsCodeCommand.command.description": "VS Code command to be invoked.",
953
953
"c_cpp.debuggers.vsCodeCommand.args.description": "Arguments to the VS Code command.",
954
+
"c_cpp.debuggers.cpplldb.type.description": "The type of the engine. Must be \"cpplldb\".",
955
+
"c_cpp.debuggers.debuggerPath.description": "Full path to the LLDB-DAP debugger executable. If not specified, the extension will search for the debugger in the system PATH.",
956
+
"c_cpp.debuggers.debuggerArgs.description": "Additional arguments for the LLDB-DAP debugger.",
957
+
"c_cpp.debuggers.cpplldb.externalConsole.description": "If true, launch the external console for the debugger.",
954
958
"c_cpp.debuggers.cpplldb.debuggerPath.description": "Full path to the LLDB-DAP debugger executable. If not specified, the extension will search for the debugger in the system PATH.",
955
959
"c_cpp.debuggers.cpplldb.debuggerArgs.description": "Additional arguments for the LLDB-DAP debugger.",
956
960
"c_cpp.debuggers.cpplldb.disableAslr.description": "Disable Address Space Layout Randomization (if supported).",
logger.getOutputChannelLogger().appendLine(localize('debugger.path.not.exists',"Unable to find the {0} debugger. The debug configuration for {1} is ignored.",`\"${debuggerName}\"`,compilerName));
logger.getOutputChannelLogger().appendLine(localize('debugger.path.not.exists',"Unable to find the {0} debugger. The debug configuration for {1} is ignored.",`\"${debuggerName}\"`,compilerName));
550
+
returnundefined;
551
+
}
549
552
}
550
553
}
551
554
}
@@ -1126,7 +1129,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
0 commit comments