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