MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Error

Method Error

Source/Debugger.cpp:99–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void cDebugger::Error(const std::string& pMessage) {
100 ConsoleOpen();
101 if (g_Fodder->mParams->mAppVeyor) {
102 std::string Command = "appveyor AddMessage ";
103 Command += "\"" + pMessage + "\"";
104 Command += " -Category Error";
105 system(Command.c_str());
106 }
107 else {
108 Output(pMessage + "\n");
109 }
110}
111
112void cDebugger::TestStart(const std::string& pName, const std::string& pGroup) {
113 ConsoleOpen();

Callers 9

DataNotFoundMethod · 0.80
InitWindowMethod · 0.80
StartMethod · 0.80
cSurfaceMethod · 0.80
debuggerEnableMethod · 0.80
scriptsLoadFolderMethod · 0.80
scriptRunMethod · 0.80
RunMethod · 0.80
fileGetMethod · 0.80

Calls

no outgoing calls

Tested by 1

StartMethod · 0.64