| 207 | } |
| 208 | |
| 209 | String 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 |
no test coverage detected