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

Method gotoLine

src/tools/debugadapter/debugger/gdbmi/gdbdebugger.cpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void GDBDebugger::gotoLine(const QString &fileLine)
289{
290 DebugManager::instance()->command(QString("tbreak %1").arg(fileLine));
291 DebugManager::instance()->command(QString("jump %1").arg(fileLine));
292}
293
294dap::array<dap::StackFrame> GDBDebugger::allStackframes()
295{

Callers

nothing calls this directly

Calls 2

QStringClass · 0.50
commandMethod · 0.45

Tested by

no test coverage detected