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 5fd269a commit 0266ba5Copy full SHA for 0266ba5
lldb/tools/lldb-dap/DAP.cpp
@@ -997,7 +997,7 @@ bool SendEventRequestHandler::DoExecute(lldb::SBDebugger debugger,
997
998
if (command[1] && !llvm::StringRef(command[1]).empty()) {
999
// See if we have to unused arguments.
1000
- if (command[2] && !llvm::StringRef(command[1]).empty()) {
+ if (command[2] && !llvm::StringRef(command[2]).empty()) {
1001
result.SetError(
1002
"Additional arguments found, expected `lldb-dap send-event "
1003
"<name> <body>?`.");
0 commit comments