py_better_exchook
py_better_exchook copied to clipboard
Show variables with array access (getitem) (lists, dicts)
E.g. in such code:
my_dict["hello"]
I would like that it adds my_dict["hello"] also to the printed variables.
Just like my_obj.hello works already.