Closed cpetrov closed 5 years ago
In case no values have been stored, the logical structure won't be applied at all:
https://github.com/cpetrov/CDODebugUtils/blob/2064daa91b56a33936bcb39d23cb0cc86b2f7f03/bundles/tools.mdsd.cdo.debug.variablesview/src/tools/mdsd/cdo/debug/variablesview/CDOObjectLogicalStructureType.java#L18
Maybe present the fields as unset and show other features in the logical structure, like structural features and references.
eSettings will be null but present, thus the logical structure will be applied.
eSettings
null
In case no values have been stored, the logical structure won't be applied at all:
https://github.com/cpetrov/CDODebugUtils/blob/2064daa91b56a33936bcb39d23cb0cc86b2f7f03/bundles/tools.mdsd.cdo.debug.variablesview/src/tools/mdsd/cdo/debug/variablesview/CDOObjectLogicalStructureType.java#L18
Maybe present the fields as unset and show other features in the logical structure, like structural features and references.