[Patches] [ python-Patches-1192590 ] debugger ``condition`` and
``ignore`` exception handling
SourceForge.net
noreply at sourceforge.net
Fri Apr 29 20:25:52 CEST 2005
Patches item #1192590, was opened at 2005-04-29 18:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1192590&group_id=5470
Category: Demos and tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Jones (jmjones)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1192590&group_id=5470
More information about the Patches
mailing list