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

Method handleStreamConsole

src/tools/debugadapter/dapsession.cpp:734–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void DapSession::handleStreamConsole(const QString &text)
735{
736 dap::OutputEvent outputEvent;
737 QString output = text;
738 outputEvent.category = "stdout";
739 outputEvent.output = output.toStdString();
740 d->session->send(outputEvent);
741 // do not output log here, may cause block.
742}
743
744void DapSession::handleOutputTextEvent(const QStringList &textList)
745{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected