'DwarfListView' object has no attribute 'count'
zhaoboy9692 opened this issue · 0 comments
zhaoboy9692 commented
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/dwarf_debugger/ui/panels/panel_java_trace.py", line 368, in show_class_list_menu
self.search()
File "/usr/local/lib/python3.7/site-packages/dwarf_debugger/ui/panels/panel_java_trace.py", line 355, in search
for i in range(0, self.class_list.count()):
AttributeError: 'DwarfListView' object has no attribute 'count'
trace->class(search)-> show 'DwarfListView' object has no attribute 'count'