[New-bugs-announce] [issue30429] bdb: Add watchpoint function

Louie Lu report at bugs.python.org
Mon May 22 08:09:45 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30429>
_______________________________________


More information about the New-bugs-announce mailing list