]> granicus.if.org Git - python/commit
Change clear syntax to support three alternatives:
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 20:56:07 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 20:56:07 +0000 (20:56 +0000)
commit816a9fbd2cbf85ac91763ce6f75e1f939ab0738e
tree521513c24f7d61241639e819b59013c19bf6e862
parent6ea27cc2c6659b040a16c829fa51a66eefc23925
Change clear syntax to support three alternatives:

    clear
    clear file:line
    clear bpno bpno ...

Also print the breakpoint data after calling set_break(), because the
print statement in set_break() has gone.
Lib/pdb.py