py_better_exchook icon indicating copy to clipboard operation
py_better_exchook copied to clipboard

Show variables with array access (getitem) (lists, dicts)

Open albertz opened this issue 3 years ago • 0 comments

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.

albertz avatar Oct 17 '22 14:10 albertz