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

Method continueDbg

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

Source from the content-addressed store, hash-verified

178}
179
180void DebugSession::continueDbg(integer threadId)
181{
182 if (!raw)
183 return;
184
185 ContinueRequest request;
186 request.threadId = threadId;
187 raw->continueDbg(request);
188}
189
190void DebugSession::reverseContinue(integer threadId)
191{

Callers 2

continue_Method · 0.45
continueDebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected