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

Mon, 23 Aug 2021 13:43:27 +0200

author
T.Rzepka@gmail.com
date
Mon, 23 Aug 2021 13:43:27 +0200
changeset 8530
db1794734aec
parent 8509
df6e76de4cd0
child 8543
29d7b90ede28

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

eric ide

mercurial