Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.14.2
-
None
-
-
55f3d566a0d063efb1412a31fbcf0511c1b19451 (qt-creator/qt-creator/master)
Description
The documentation for debugging helpers show the usage of Children(d).
Trying to get a grasp of what is going on I was cut and pasting a lot of code, but all I got was access denied. In the end it turned out, that personaltypes.py did not import Children, which took me a good while to figure out.
My suggestion is to add
from dumper import Children
to the top of personaltypes.py