We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bef2f2 commit 904cf66Copy full SHA for 904cf66
lldb/tools/lldb-dap/lldb-dap.cpp
@@ -676,7 +676,7 @@ void request_attach(const llvm::json::Object &request) {
676
677
// Run any initialize LLDB commands the user specified in the launch.json
678
if (llvm::Error err = g_dap.RunInitCommands()) {
679
- kkkk response["success"] = false;
+ response["success"] = false;
680
EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
681
g_dap.SendJSON(llvm::json::Value(std::move(response)));
682
return;
0 commit comments