Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger.
It supports a "restart" command and stack traces that show fewer ?'s and give better information for exec statements.
Stepping/nexting skips over method/function "defs". It tries to follow gdb's command set unless there is good reason not to.
· Специальные требования Extended Python Debugger 1.22
· Python
· История версий и изменений Extended Python Debugger
Версия: 1.22
· Function tracing, interactive and non-intractive, was added; calls and returns now show the nesting level.
· Support for Emacs 22 and 23 was added; there is better tolerance for emacs on MS Windows.
· ipython interaction was improved.
· BSD make can now be used instead of GNU make to build the debugger.
· Various bugs have been fixed.
· Описание и дополнения от редакторов и пользователей сайта