DBG: Fixed issue mentioned in comment to #2310 - force value refresh after watch expression change
This commit is contained in:
parent
4d14fffc2f
commit
b8db2b23e7
|
@ -90,7 +90,7 @@ bool WatchExpr::modifyExpr(const char* expression, WATCHVARTYPE type)
|
|||
{
|
||||
expr = b;
|
||||
varType = type;
|
||||
currValue = 0;
|
||||
this->getIntValue();
|
||||
haveCurrValue = false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue