mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Update modes.
This commit is contained in:
parent
26a73ba3b2
commit
68cf334f92
1 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,8 @@ public class VariableLocalsLayoutNode extends AbstractExpressionLayoutNode<IExpr
|
|||
|
||||
mrm.add(rm);
|
||||
|
||||
stackFrameService.getModelData(localDMC, rm);
|
||||
VMCacheManager.getVMCacheManager().getCache(VariableLocalsLayoutNode.this.getVMProvider().getPresentationContext())
|
||||
.getModelData(stackFrameService, localDMC, rm, getExecutor());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue