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

Method StartInput

core/adapters/dbgengadapter.cpp:1418–1426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416}
1417
1418HRESULT DbgEngInputCallbacks::StartInput(ULONG BufferSize)
1419{
1420 // TODO: we should let the user type in some input when asked to. For now, we simply return an empty string,
1421 // otherwise, the debugger will hang.
1422 PCSTR input = "";
1423 if (m_control)
1424 m_control->ReturnInput(input);
1425 return S_OK;
1426}
1427
1428HRESULT DbgEngInputCallbacks::EndInput()
1429{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected