Copy additional attribute to find the element next time the debugger stops. eric7

Mon, 23 Aug 2021 18:05:18 +0200

author
T.Rzepka@gmail.com
date
Mon, 23 Aug 2021 18:05:18 +0200
branch
eric7
changeset 8531
4ce885e452ac
parent 8529
569623270e29
child 8532
a392af4b87e8

Copy additional attribute to find the element next time the debugger stops.

eric7/Debugger/VariablesViewer.py file | annotate | diff | comparison | revisions
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

eric ide

mercurial