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 4633296 commit c74caadCopy full SHA for c74caad
lldb/tools/lldb-dap/EventHelper.cpp
@@ -46,9 +46,7 @@ void SendTargetBasedCapabilities(DAP &dap) {
46
47
protocol::Event event;
48
event.event = "capabilities";
49
- event.body = llvm::json::Object{
50
- {"capabilities",
51
- llvm::json::Object{{"supportsStepInTargetsRequest", false}}}};
+ event.body = llvm::json::Object{{"supportsStepInTargetsRequest", false}};
52
dap.Send(event);
53
}
54
// "ProcessEvent": {
0 commit comments