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

Method slotBreakpointSelected

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

Source from the content-addressed store, hash-verified

1153}
1154
1155void DAPDebugger::slotBreakpointSelected(const QModelIndex &index)
1156{
1157 Q_UNUSED(index);
1158 auto curBP = d->breakpointModel.currentBreakpoint();
1159 editor.gotoLine(curBP.filePath, curBP.lineNumber - 1);
1160}
1161
1162void DAPDebugger::slotGetChildVariable(const QModelIndex &index)
1163{

Callers

nothing calls this directly

Calls 2

currentBreakpointMethod · 0.80
gotoLineMethod · 0.45

Tested by

no test coverage detected