MCPcopy Create free account
hub / github.com/Vector35/debugger / WriteStdin

Method WriteStdin

core/debugadapter.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void DebugAdapter::WriteStdin(const std::string& msg)
108{
109 LogWarn("WriteStdin operation not supported");
110}
111
112
113std::vector<DebugFrame> DebugAdapter::GetFramesOfThread(std::uint32_t tid)

Callers 3

WriteStdInMethod · 0.45
mainFunction · 0.45
ExecuteScriptInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected