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

Method next

src/plugins/debugger/dap/debugsession.cpp:491–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void DebugSession::next(integer threadId, dap::optional<dap::SteppingGranularity> granularity)
492{
493 NextRequest request;
494 request.threadId = threadId;
495 request.granularity = granularity;
496 editor.removeDebugLine();
497 raw->next(request);
498}
499
500void DebugSession::sendBreakpoints(const QString &sourcePath, dap::array<IBreakpoint> &breakpointsToSend)
501{

Callers 1

stepOverMethod · 0.45

Calls 1

removeDebugLineMethod · 0.45

Tested by

no test coverage detected