gaogaotiantian / watchpoints

watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
Apache License 2.0
497 stars 20 forks source link

Only show diff for objects #20

Open gaogaotiantian opened 3 years ago

gaogaotiantian commented 3 years ago

When there are too many attributes in an object/dict, only show the ones that are changed.