MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setDataBreakpoints

Method setDataBreakpoints

src/plugins/debugger/dap/rawdebugsession.cpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232Promise<SetDataBreakpointsRequest> RawDebugSession::setDataBreakpoints(const SetDataBreakpointsRequest &request)
233{
234 if (_capabilities.supportsDataBreakpoints) {
235 return send(request);
236 }
237 qInfo() << "supportsDataBreakpoints not supported";
238 return {};
239}
240
241Promise<SetExceptionBreakpointsRequest> RawDebugSession::setExceptionBreakpoints(
242 const SetExceptionBreakpointsRequest &request)

Callers 1

sendDataBreakpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected