Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
400
void DAPDebugger::stepOver()
401
{
402
if (d->runState == kStopped && d->processingVariablesCount == 0) {
403
d->currentSession->next(d->threadId, undefined);
404
}
405
}
406
407
void DAPDebugger::stepIn()
408
{
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected