MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / OutputStdOut

Method OutputStdOut

source/Debugger.cpp:2051–2056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2049}
2050
2051bool Debugger::OutputStdOut(LPCTSTR aText)
2052{
2053 if (mStdOutMode != SR_Disabled) // i.e. SR_Copy or SR_Redirect
2054 WriteStreamPacket(aText, "stdout");
2055 return mStdOutMode == SR_Redirect;
2056}
2057
2058int Debugger::SendErrorResponse(char *aCommandName, char *aTransactionId, int aError, char *aExtraAttributes)
2059{

Callers 2

PrintErrorStdOutMethod · 0.80
BIF_DECLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected