Winpdb project is an advanced python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, encrypted communication and speed of up to 20 times that of pdb.
Well, actually rpdb2 is the advanced debugger and Winpdb is its GUI, and I am their author, and this is their home page. So, whenever I refer in this website to Winpdb, whatever I write about it applies to rpdb2 too, except for GUI stuff of course. They even use the same command line flags.
· Ключевые особенности и характеристики Winpdb 1.1.2
· GPL License
· Compatible with CPython 2.3, 2.4
· Platform independent, and tested on Windows XP, Linux Fedora-Core 4, and Mac OSX Tiger
· User Interfaces: rpdb2 is console based, while winpdb requires wxPython 2.6
· Ограничения Winpdb 1.1.2
Ограничения не определены
· Специальные требования Winpdb 1.1.2
Специальные требования не определены
· История версий и изменений Winpdb
Версия: 1.1.2
· This release includes many fixes that should make Winpdb more stable and usable.
· Script names were changed from _winpdb.py and _rpdb2.py to winpdb and rpdb.
· The session interface was modified, compatibility with various versions of CPython was improved, and tons of bugs were fixed.
· Описание и дополнения от редакторов и пользователей сайта