New submission from Louie Lu: Trying to add watchpoint function to bdb and pdb.
It's goal is to do as gdb for three different watch: watch, rwatch and a watch. watch: when expr is written by program and value has changed, it will break rwatch: when expr is read by program, it will break awatch: when expr is read or write by program, it will break ---------- components: Library (Lib) messages: 294140 nosy: louielu priority: normal severity: normal status: open title: bdb: Add watchpoint function versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30429> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com