Debugger[Python]: Deactivate QObject-Properties temporarily

due to it causing Windows gdb to crash.
Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-08-13 14:50:39 +02:00
parent ceca9d9d7a
commit faa38be87c
2 changed files with 1 additions and 10 deletions

View File

@@ -614,7 +614,6 @@ def qdump__QObject(d, item):
d.putNumChild(4)
if d.isExpanded(item):
with Children(d):
d.putFields(item)
# Parent and children.
d.putItem(Item(d_ptr["parent"], item.iname, "parent", "parent"))
d.putItem(Item(d_ptr["children"], item.iname, "children", "children"))