]> granicus.if.org Git - python/commit
Sjoerd Mullender:
authorGuido van Rossum <guido@python.org>
Mon, 6 Mar 2000 20:39:59 +0000 (20:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Mar 2000 20:39:59 +0000 (20:39 +0000)
commite85c93f52109711f415e860ba41609ae22984d92
treeee2d483a09e6df91f84555bdea7b9c0c1781d4dd
parent0c3208aa628f090ce5a3278e6e53fe89c952f1b0
Sjoerd Mullender:

When you set a breakpoint on a function with a multi-line argument
list, the breakpoint is actually set on the second line of the
arguments instead of the first line of the body.  This patch fixes
that.
Lib/pdb.py