[Pythonmac-SIG] IDE & Debugger & breakpoints

Just van Rossum just@letterror.com
Thu, 21 Jan 1999 18:52:53 +0100


First IDE bug:

Setting/clearing debugger breakpoints does not work properly. I'll try to
fix it.

It's because bdb.py's interface is not backwards compatible.

Stupid enough, I did know about it, but forgot :-(

Just