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

Method removeAllBreakpoints

src/plugins/debugger/dap/dapdebugger.cpp:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void DAPDebugger::removeAllBreakpoints()
488{
489 const auto &bps = d->breakpointModel.breakpointList();
490 for (const auto &bp : bps)
491 removeBreakpoint(bp.filePath(), bp.lineNumber());
492}
493
494void DAPDebugger::switchBreakpointsStatus(const QString &filePath, int lineNumber, bool enabled)
495{

Callers

nothing calls this directly

Calls 2

filePathMethod · 0.45
lineNumberMethod · 0.45

Tested by

no test coverage detected