mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Refresh the type of variable when casting.
This commit is contained in:
parent
2236ae2e8f
commit
6cb24b50dd
1 changed files with 2 additions and 0 deletions
|
@ -437,6 +437,7 @@ public abstract class CVariable extends CDebugElement
|
|||
((CValue)fValue).dispose();
|
||||
fValue = null;
|
||||
}
|
||||
fTypeName = null;
|
||||
fireChangeEvent( DebugEvent.STATE );
|
||||
}
|
||||
}
|
||||
|
@ -471,6 +472,7 @@ public abstract class CVariable extends CDebugElement
|
|||
((CValue)fValue).dispose();
|
||||
fValue = null;
|
||||
}
|
||||
fTypeName = null;
|
||||
fireChangeEvent( DebugEvent.STATE );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue