Mon, 23 Aug 2021 13:43:27 +0200
Copy additional attribute to find the element next time the debugger stops.
eric6/Debugger/VariablesViewer.py | file | annotate | diff | comparison | revisions |
--- a/eric6/Debugger/VariablesViewer.py Mon Aug 16 19:44:48 2021 +0200 +++ b/eric6/Debugger/VariablesViewer.py Mon Aug 23 13:43:27 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