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

Method removeBreakpoints

src/plugins/debugger/dap/debugservice.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48dap::array<IBreakpoint> DebugService::removeBreakpoints(
49 const QString &filePath, int lineNumber, dap::optional<DebugSession *> session)
50{
51 auto breakpoints = model->removeBreakpoint(filePath, lineNumber);
52 if (session)
53 sendBreakpoints(QUrl(filePath), session.value());
54
55 return breakpoints;
56}
57
58void DebugService::switchBreakpointStatus(const QString &filePath, int lineNumber, bool status,
59 dap::optional<DebugSession *> session)

Callers 1

removeBreakpointMethod · 0.45

Calls 3

QUrlClass · 0.50
removeBreakpointMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected