[issue30429] bdb and pdb: Add watchpoint function

2017-06-28 Thread Xavier de Gaye

Xavier de Gaye added the comment:

See the related issue 5654.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-06-26 Thread Louie Lu

Louie Lu added the comment:

@xdegaye, would you like to review this PR? thanks.

--
nosy: +xdegaye

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-06-17 Thread Barry A. Warsaw

Changes by Barry A. Warsaw :


--
nosy: +barry

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-05-22 Thread Louie Lu

Louie Lu added the comment:

watch and awatch will detect value change and breakout, rwatch using dis module 
to get the file bytecode, with the lineno it can detect current line is load 
(read) or not.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-05-22 Thread Louie Lu

Changes by Louie Lu :


--
pull_requests: +1841

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-05-22 Thread Louie Lu

Changes by Louie Lu :


--
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30429] bdb and pdb: Add watchpoint function

2017-05-22 Thread Raymond Hettinger

Changes by Raymond Hettinger :


--
title: bdb: Add watchpoint function -> bdb and pdb: Add watchpoint function

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com