MCPcopy Create free account
hub / github.com/beefytech/Beef / GetErrorStr

Method GetErrorStr

IDEHelper/WinDebugger.cpp:209–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209String DbgEvaluationContext::GetErrorStr()
210{
211 String errorStr = mPassInstance->mErrors[0]->mError;
212 if (mExprNode != NULL)
213 {
214 errorStr += ": ";
215 errorStr += mExprNode->ToString();
216 }
217 return errorStr;
218}
219
220//////////////////////////////////////////////////////////////////////////
221

Callers 1

ParseFormatInfoMethod · 0.45

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected