diff -r 569623270e29 -r 4ce885e452ac eric7/Debugger/VariablesViewer.py --- a/eric7/Debugger/VariablesViewer.py Mon Aug 23 17:59:09 2021 +0200 +++ b/eric7/Debugger/VariablesViewer.py Mon Aug 23 18:05:18 2021 +0200 @@ -446,6 +446,7 @@ child.value = newItem.value child.valueShort = newItem.valueShort child.tooltip = newItem.tooltip + child.nameWithId = newItem.nameWithId child.currentCount = -1 child.populated = False