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

Method stepOver

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

Source from the content-addressed store, hash-verified

398}
399
400void DAPDebugger::stepOver()
401{
402 if (d->runState == kStopped && d->processingVariablesCount == 0) {
403 d->currentSession->next(d->threadId, undefined);
404 }
405}
406
407void DAPDebugger::stepIn()
408{

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected