Patches item #1192590, was opened at 2005-04-29 14:25 Message generated for change (Settings changed) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1192590&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.6 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Jeremy Jones (jmjones) Assigned to: Collin Winter (collinwinter) Summary: debugger ``condition`` and ``ignore`` exception handling Initial Comment: Fixed ``ignore`` and ``condition`` functions in the debugger (pdb.py) where they were not handling an ``IndexError`` exception which occurs when an invalid breakpoint number is passed in. Added a function ``do_show()`` which lists all breakpoints. ``do_show()`` takes a filename pattern as an argument. ---------------------------------------------------------------------- Comment By: Collin Winter (collinwinter) Date: 2007-03-11 12:06 Message: Logged In: YES user_id=1344176 Originator: NO Applied the bug fix portion of the patch as r54271 (trunk), r54273 (release25-maint). Thanks for the fix! ---------------------------------------------------------------------- Comment By: Collin Winter (collinwinter) Date: 2007-03-11 11:54 Message: Logged In: YES user_id=1344176 Originator: NO I'll apply the fixes to do_ignore() and do_condition(), but I'm not so sure about adding do_show(). This meaning of "show" would diverge wildly from gdb's command of the same name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1192590&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches