Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Apr 16, 2024
1 parent 03a23de commit fb62258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DebugAdapterClient/DebugAdapterClient.cpp
Expand Up @@ -1120,7 +1120,7 @@ void DebugAdapterClient::OnDapSetSourceBreakpointResponse(DAPEvent& event)
auto resp = event.GetDapResponse()->As<dap::SetBreakpointsResponse>();
CHECK_PTR_RET(resp);

auto req = event.GetOriginatingReuqest();
auto req = event.GetOriginatingRequest();
CHECK_PTR_RET(req);

auto set_bp_req = req->As<dap::SetBreakpointsRequest>();
Expand Down

0 comments on commit fb62258

Please sign in to comment.