support ctrl+c on instumentation (t, p, i) commands

This commit is contained in:
SinaKarvandi 2021-11-18 18:27:33 +03:30
parent c5640d365c
commit a0d2829abd
32 changed files with 226 additions and 156 deletions

View file

@ -89,7 +89,7 @@ ScriptEngineEvalSingleExpression(string Expr, PBOOLEAN HasError)
//
// Check whether there was an error in evaluation or not
//
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGEER_OPERATION_WAS_SUCCESSFULL)
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGGER_OPERATION_WAS_SUCCESSFULL)
{
//
// Everything was fine, return the result of the evaluated