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

Print to file/IO #16

Closed gaogaotiantian closed 3 years ago

gaogaotiantian commented 3 years ago

We should have a feature to print not only to stdout, but also file/IO. We can achieve this using callback now, but it's too complicated for users.