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

Method fetchThreads

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

Source from the content-addressed store, hash-verified

420}
421
422void DebugSession::fetchThreads(dap::optional<IRawStoppedDetails> stoppedDetails)
423{
424 if (raw) {
425 auto response = raw->threads();
426 if (response.valid()) {
427 IRawModelUpdate args { getId(), response.get().response.threads, stoppedDetails };
428 model->rawUpdate(&args);
429 }
430 }
431}
432
433dap::optional<dap::Source> DebugSession::getSourceForUri(QUrl &uri)
434{

Callers 1

registerDapHandlersMethod · 0.80

Calls 5

threadsMethod · 0.80
validMethod · 0.45
getMethod · 0.45
rawUpdateMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected