This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eggy
Recipients dmalcolm, eggy
Date 2010-12-15.21:07:14
SpamBayes Score 1.9953662e-08
Marked as misclassified No
Message-id <1292447239.38.0.855392263659.issue10566@psf.upfronthosting.co.za>
In-reply-to
Content
Ok I attached a new patch that solves the things you mentioned. It can debug Python inferiors with versions 2.6+. Execution control commands (py-{run, cont, finish, step, next}) and py-exec need gdb 7.2+, py-break works with 7.1+.

It now also "supports exceptions", which means that if there is a pending exception when control is transferred to the debugger, the exception is printed (safely).
Also stepping and stepping over should be a lot faster as it now uses hardware watchpoints that watch the instruction pointer (f->f_lasti).
History
Date User Action Args
2010-12-15 21:07:22eggysetrecipients: + eggy, dmalcolm
2010-12-15 21:07:19eggysetmessageid: <1292447239.38.0.855392263659.issue10566@psf.upfronthosting.co.za>
2010-12-15 21:07:17eggylinkissue10566 messages
2010-12-15 21:07:17eggycreate